semantic-ui-sass 2.4.0.1 → 2.4.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/README.md +8 -0
- data/app/assets/javascripts/semantic-ui/dropdown.js +2 -2
- data/app/assets/javascripts/semantic-ui/embed.js +11 -1
- data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/collections/_form.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +7 -7
- data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +6 -6
- data/app/assets/stylesheets/semantic-ui/collections/_message.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/collections/_table.scss +3 -3
- data/app/assets/stylesheets/semantic-ui/elements/_button.scss +3 -3
- data/app/assets/stylesheets/semantic-ui/elements/_container.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_header.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_image.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_input.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_label.scss +9 -9
- data/app/assets/stylesheets/semantic-ui/elements/_list.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +3 -3
- data/app/assets/stylesheets/semantic-ui/elements/_step.scss +4 -4
- data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/globals/_site.scss +39 -37
- data/app/assets/stylesheets/semantic-ui/globals/_variables.scss +1 -0
- data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +15 -13
- data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +2 -6
- data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_search.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_ad.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_card.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_comment.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_feed.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_item.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +1 -1
- data/lib/semantic/ui/sass/version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 89e0892ae1f55be27bf9b7a0bc0321dadf67476b3dac75fecf3cfb6007d5d91a
|
4
|
+
data.tar.gz: 5331894b8534bec791cdd95533230c54479ff0bbcd9f0757ea512fe112b62514
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 264f5a29615998b561b98958c42b72084ba8bce2d1626bc51553296512b02043e899460a9e461478cb2d7810032c91159653180a3baba0dea844a5d2fa3136d1
|
7
|
+
data.tar.gz: 2792212457ef12368a5e6187a8cf787d3383ee9f8c242c7041dc6e5ce4b9c63a42a4f999ea3b8026b9df124b8967e452456bc863499b8283bea85f4641b9788c
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -51,12 +51,20 @@ $font-family: 'custom-font-family';
|
|
51
51
|
@import 'semantic-ui';
|
52
52
|
```
|
53
53
|
|
54
|
+
### Skip use of custom scrollbars
|
55
|
+
|
56
|
+
```css
|
57
|
+
$use-custom-scrollbars: false;
|
58
|
+
@import 'semantic-ui';
|
59
|
+
```
|
60
|
+
|
54
61
|
## All variables, you can custom any of that
|
55
62
|
```css
|
56
63
|
$import-google-fonts: true !default;
|
57
64
|
$font-url: 'https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin,latin-ext' !default;
|
58
65
|
$font-name: 'Lato' !default;
|
59
66
|
$font-family: $font-name, 'Helvetica Neue', Arial, Helvetica, sans-serif !default;
|
67
|
+
$use-custom-scrollbars: true !default;
|
60
68
|
```
|
61
69
|
|
62
70
|
## Javascripts
|
@@ -605,7 +605,6 @@ $.fn.dropdown = function(parameters) {
|
|
605
605
|
else {
|
606
606
|
if(settings.on == 'click') {
|
607
607
|
$module
|
608
|
-
.on('click' + eventNamespace, selector.icon, module.event.icon.click)
|
609
608
|
.on('click' + eventNamespace, module.event.test.toggle)
|
610
609
|
;
|
611
610
|
}
|
@@ -621,6 +620,7 @@ $.fn.dropdown = function(parameters) {
|
|
621
620
|
;
|
622
621
|
}
|
623
622
|
$module
|
623
|
+
.on('click' + eventNamespace, selector.icon, module.event.icon.click)
|
624
624
|
.on('mousedown' + eventNamespace, module.event.mousedown)
|
625
625
|
.on('mouseup' + eventNamespace, module.event.mouseup)
|
626
626
|
.on('focus' + eventNamespace, module.event.focus)
|
@@ -1022,7 +1022,7 @@ $.fn.dropdown = function(parameters) {
|
|
1022
1022
|
if($icon.hasClass(className.clear)) {
|
1023
1023
|
module.clear();
|
1024
1024
|
}
|
1025
|
-
else {
|
1025
|
+
else if (module.can.click()) {
|
1026
1026
|
module.toggle();
|
1027
1027
|
}
|
1028
1028
|
}
|
@@ -10,7 +10,7 @@
|
|
10
10
|
|
11
11
|
;(function ($, window, document, undefined) {
|
12
12
|
|
13
|
-
|
13
|
+
"use strict";
|
14
14
|
|
15
15
|
window = (typeof window != 'undefined' && window.Math == Math)
|
16
16
|
? window
|
@@ -181,6 +181,7 @@ $.fn.embed = function(parameters) {
|
|
181
181
|
// clears embed
|
182
182
|
reset: function() {
|
183
183
|
module.debug('Clearing embed and showing placeholder');
|
184
|
+
module.remove.data();
|
184
185
|
module.remove.active();
|
185
186
|
module.remove.embed();
|
186
187
|
module.showPlaceholder();
|
@@ -300,6 +301,15 @@ $.fn.embed = function(parameters) {
|
|
300
301
|
},
|
301
302
|
|
302
303
|
remove: {
|
304
|
+
data: function() {
|
305
|
+
$module
|
306
|
+
.removeData(metadata.id)
|
307
|
+
.removeData(metadata.icon)
|
308
|
+
.removeData(metadata.placeholder)
|
309
|
+
.removeData(metadata.source)
|
310
|
+
.removeData(metadata.url)
|
311
|
+
;
|
312
|
+
},
|
303
313
|
active: function() {
|
304
314
|
$module.removeClass(className.active);
|
305
315
|
},
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Semantic UI 2.4.
|
2
|
+
* # Semantic UI 2.4.2 - Grid
|
3
3
|
* http://github.com/semantic-org/semantic-ui/
|
4
4
|
*
|
5
5
|
*
|
@@ -151,7 +151,7 @@
|
|
151
151
|
margin: 1rem 1rem;
|
152
152
|
}
|
153
153
|
.ui.grid .column + .ui.vertical.divider {
|
154
|
-
height: calc(50% -
|
154
|
+
height: calc(50% - (2rem / 2));
|
155
155
|
}
|
156
156
|
|
157
157
|
/* Remove Border on Last Horizontal Segment */
|
@@ -1092,7 +1092,7 @@
|
|
1092
1092
|
content: "";
|
1093
1093
|
top: 0em;
|
1094
1094
|
left: 0px;
|
1095
|
-
width: calc(100% -
|
1095
|
+
width: calc(100% - 2rem);
|
1096
1096
|
height: 1px;
|
1097
1097
|
margin: 0% 1rem;
|
1098
1098
|
-webkit-box-shadow: 0px -1px 0px 0px rgba(34, 36, 38, 0.15);
|
@@ -1131,12 +1131,12 @@
|
|
1131
1131
|
.ui.relaxed[class*="vertically divided"].grid > .row:before {
|
1132
1132
|
margin-left: 1.5rem;
|
1133
1133
|
margin-right: 1.5rem;
|
1134
|
-
width: calc(100% -
|
1134
|
+
width: calc(100% - 3rem);
|
1135
1135
|
}
|
1136
1136
|
.ui[class*="very relaxed"][class*="vertically divided"].grid > .row:before {
|
1137
|
-
margin-left: 5rem;
|
1138
|
-
margin-right: 5rem;
|
1139
|
-
width: calc(100% -
|
1137
|
+
margin-left: 2.5rem;
|
1138
|
+
margin-right: 2.5rem;
|
1139
|
+
width: calc(100% - 5rem);
|
1140
1140
|
}
|
1141
1141
|
|
1142
1142
|
/*----------------------
|
@@ -629,7 +629,7 @@ Floated Menu / Item
|
|
629
629
|
border-bottom: 1px solid #D4D4D5;
|
630
630
|
}
|
631
631
|
.ui.tabular.fluid.menu {
|
632
|
-
width: calc(100% +
|
632
|
+
width: calc(100% + (1px * 2)) !important;
|
633
633
|
}
|
634
634
|
.ui.tabular.menu .item {
|
635
635
|
background: transparent;
|
@@ -674,7 +674,7 @@ Floated Menu / Item
|
|
674
674
|
}
|
675
675
|
.top.attached.segment + .ui.bottom.tabular.menu {
|
676
676
|
position: relative;
|
677
|
-
width: calc(100% +
|
677
|
+
width: calc(100% + (1px * 2));
|
678
678
|
left: -1px;
|
679
679
|
}
|
680
680
|
|
@@ -1753,13 +1753,13 @@ Floated Menu / Item
|
|
1753
1753
|
width: 14.285%;
|
1754
1754
|
}
|
1755
1755
|
.ui.menu.eight.item .item {
|
1756
|
-
width: 12.
|
1756
|
+
width: 12.5%;
|
1757
1757
|
}
|
1758
1758
|
.ui.menu.nine.item .item {
|
1759
1759
|
width: 11.11%;
|
1760
1760
|
}
|
1761
1761
|
.ui.menu.ten.item .item {
|
1762
|
-
width: 10
|
1762
|
+
width: 10%;
|
1763
1763
|
}
|
1764
1764
|
.ui.menu.eleven.item .item {
|
1765
1765
|
width: 9.09%;
|
@@ -1914,8 +1914,8 @@ Floated Menu / Item
|
|
1914
1914
|
bottom: 0px;
|
1915
1915
|
border-radius: 0px;
|
1916
1916
|
margin: 0em -1px;
|
1917
|
-
width: calc(100%
|
1918
|
-
max-width: calc(100%
|
1917
|
+
width: calc(100% - (-1px * 2));
|
1918
|
+
max-width: calc(100% - (-1px * 2));
|
1919
1919
|
-webkit-box-shadow: none;
|
1920
1920
|
box-shadow: none;
|
1921
1921
|
}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Semantic UI 2.4.
|
2
|
+
* # Semantic UI 2.4.2 - Table
|
3
3
|
* http://github.com/semantic-org/semantic-ui/
|
4
4
|
*
|
5
5
|
*
|
@@ -564,8 +564,8 @@
|
|
564
564
|
bottom: 0px;
|
565
565
|
border-radius: 0px;
|
566
566
|
margin: 0em -1px;
|
567
|
-
width: calc(100%
|
568
|
-
max-width: calc(100%
|
567
|
+
width: calc(100% - (-1px * 2));
|
568
|
+
max-width: calc(100% - (-1px * 2));
|
569
569
|
-webkit-box-shadow: none;
|
570
570
|
box-shadow: none;
|
571
571
|
border: 1px solid #D4D4D5;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Semantic UI 2.4.
|
2
|
+
* # Semantic UI 2.4.2 - Button
|
3
3
|
* http://github.com/semantic-org/semantic-ui/
|
4
4
|
*
|
5
5
|
*
|
@@ -1195,7 +1195,7 @@
|
|
1195
1195
|
width: 100%;
|
1196
1196
|
}
|
1197
1197
|
.ui.eight.buttons > .button {
|
1198
|
-
width: 12.
|
1198
|
+
width: 12.5%;
|
1199
1199
|
}
|
1200
1200
|
.ui.nine.buttons {
|
1201
1201
|
width: 100%;
|
@@ -1249,7 +1249,7 @@
|
|
1249
1249
|
height: 14.285%;
|
1250
1250
|
}
|
1251
1251
|
.ui.eight.vertical.buttons > .button {
|
1252
|
-
height: 12.
|
1252
|
+
height: 12.5%;
|
1253
1253
|
}
|
1254
1254
|
.ui.nine.vertical.buttons > .button {
|
1255
1255
|
height: 11.11%;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Semantic UI 2.4.
|
2
|
+
* # Semantic UI 2.4.2 - Label
|
3
3
|
* http://github.com/semantic-org/semantic-ui/
|
4
4
|
*
|
5
5
|
*
|
@@ -316,15 +316,15 @@ a.ui.label {
|
|
316
316
|
|
317
317
|
/* Positioning */
|
318
318
|
.ui.ribbon.label {
|
319
|
-
left: calc(
|
319
|
+
left: calc(-1rem - 1.2em);
|
320
320
|
margin-right: -1.2em;
|
321
|
-
padding-left: calc(
|
321
|
+
padding-left: calc(1rem + 1.2em);
|
322
322
|
padding-right: 1.2em;
|
323
323
|
}
|
324
324
|
.ui[class*="right ribbon"].label {
|
325
|
-
left: calc(100% +
|
325
|
+
left: calc(100% + 1rem + 1.2em);
|
326
326
|
padding-left: 1.2em;
|
327
|
-
padding-right: calc(
|
327
|
+
padding-right: calc(1rem + 1.2em);
|
328
328
|
}
|
329
329
|
|
330
330
|
/* Right Ribbon */
|
@@ -351,20 +351,20 @@ a.ui.label {
|
|
351
351
|
}
|
352
352
|
.ui.card .image > .ui.ribbon.label,
|
353
353
|
.ui.image > .ui.ribbon.label {
|
354
|
-
left: calc(
|
354
|
+
left: calc(--0.05rem - 1.2em);
|
355
355
|
}
|
356
356
|
.ui.card .image > .ui[class*="right ribbon"].label,
|
357
357
|
.ui.image > .ui[class*="right ribbon"].label {
|
358
|
-
left: calc(100% +
|
358
|
+
left: calc(100% + -0.05rem + 1.2em);
|
359
359
|
padding-left: 0.833em;
|
360
360
|
}
|
361
361
|
|
362
362
|
/* Inside Table */
|
363
363
|
.ui.table td > .ui.ribbon.label {
|
364
|
-
left: calc(
|
364
|
+
left: calc(-0.78571429em - 1.2em);
|
365
365
|
}
|
366
366
|
.ui.table td > .ui[class*="right ribbon"].label {
|
367
|
-
left: calc(100% +
|
367
|
+
left: calc(100% + 0.78571429em + 1.2em);
|
368
368
|
padding-left: 0.833em;
|
369
369
|
}
|
370
370
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Semantic UI 2.4.
|
2
|
+
* # Semantic UI 2.4.2 - Segment
|
3
3
|
* http://github.com/semantic-org/semantic-ui/
|
4
4
|
*
|
5
5
|
*
|
@@ -793,8 +793,8 @@
|
|
793
793
|
bottom: 0px;
|
794
794
|
border-radius: 0px;
|
795
795
|
margin: 0em -1px;
|
796
|
-
width: calc(100%
|
797
|
-
max-width: calc(100%
|
796
|
+
width: calc(100% - (-1px * 2));
|
797
|
+
max-width: calc(100% - (-1px * 2));
|
798
798
|
-webkit-box-shadow: none;
|
799
799
|
box-shadow: none;
|
800
800
|
border: 1px solid #D4D4D5;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Semantic UI 2.4.
|
2
|
+
* # Semantic UI 2.4.2 - Step
|
3
3
|
* http://github.com/semantic-org/semantic-ui/
|
4
4
|
*
|
5
5
|
*
|
@@ -491,9 +491,9 @@
|
|
491
491
|
|
492
492
|
/* Top */
|
493
493
|
.ui.attached.steps {
|
494
|
-
width: calc(100% +
|
494
|
+
width: calc(100% + (--1px * 2)) !important;
|
495
495
|
margin: 0em -1px 0;
|
496
|
-
max-width: calc(100% +
|
496
|
+
max-width: calc(100% + (--1px * 2));
|
497
497
|
border-radius: 0.28571429rem 0.28571429rem 0em 0em;
|
498
498
|
}
|
499
499
|
.ui.attached.steps .step:first-child {
|
@@ -562,7 +562,7 @@
|
|
562
562
|
width: 14.285%;
|
563
563
|
}
|
564
564
|
.ui.eight.steps > .step {
|
565
|
-
width: 12.
|
565
|
+
width: 12.5%;
|
566
566
|
}
|
567
567
|
|
568
568
|
/*-------------------
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Semantic UI 2.4.
|
2
|
+
* # Semantic UI 2.4.2 - Site
|
3
3
|
* http://github.com/semantic-org/semantic-ui/
|
4
4
|
*
|
5
5
|
*
|
@@ -155,42 +155,44 @@ input::selection {
|
|
155
155
|
color: rgba(0, 0, 0, 0.87);
|
156
156
|
}
|
157
157
|
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
158
|
+
@if $use-custom-scrollbars {
|
159
|
+
/* Force Simple Scrollbars */
|
160
|
+
body ::-webkit-scrollbar {
|
161
|
+
-webkit-appearance: none;
|
162
|
+
width: 10px;
|
163
|
+
height: 10px;
|
164
|
+
}
|
165
|
+
body ::-webkit-scrollbar-track {
|
166
|
+
background: rgba(0, 0, 0, 0.1);
|
167
|
+
border-radius: 0px;
|
168
|
+
}
|
169
|
+
body ::-webkit-scrollbar-thumb {
|
170
|
+
cursor: pointer;
|
171
|
+
border-radius: 5px;
|
172
|
+
background: rgba(0, 0, 0, 0.25);
|
173
|
+
-webkit-transition: color 0.2s ease;
|
174
|
+
transition: color 0.2s ease;
|
175
|
+
}
|
176
|
+
body ::-webkit-scrollbar-thumb:window-inactive {
|
177
|
+
background: rgba(0, 0, 0, 0.15);
|
178
|
+
}
|
179
|
+
body ::-webkit-scrollbar-thumb:hover {
|
180
|
+
background: rgba(128, 135, 139, 0.8);
|
181
|
+
}
|
182
|
+
|
183
|
+
/* Inverted UI */
|
184
|
+
body .ui.inverted::-webkit-scrollbar-track {
|
185
|
+
background: rgba(255, 255, 255, 0.1);
|
186
|
+
}
|
187
|
+
body .ui.inverted::-webkit-scrollbar-thumb {
|
188
|
+
background: rgba(255, 255, 255, 0.25);
|
189
|
+
}
|
190
|
+
body .ui.inverted::-webkit-scrollbar-thumb:window-inactive {
|
191
|
+
background: rgba(255, 255, 255, 0.15);
|
192
|
+
}
|
193
|
+
body .ui.inverted::-webkit-scrollbar-thumb:hover {
|
194
|
+
background: rgba(255, 255, 255, 0.35);
|
195
|
+
}
|
194
196
|
}
|
195
197
|
|
196
198
|
|
@@ -2,3 +2,4 @@ $import-google-fonts: true !default;
|
|
2
2
|
$font-url: 'https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin,latin-ext' !default;
|
3
3
|
$font-name: 'Lato' !default;
|
4
4
|
$font-family: $font-name, 'Helvetica Neue', Arial, Helvetica, sans-serif !default;
|
5
|
+
$use-custom-scrollbars: true !default;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Semantic UI 2.4.
|
2
|
+
* # Semantic UI 2.4.2 - Dimmer
|
3
3
|
* http://github.com/semantic-org/semantic-ui/
|
4
4
|
*
|
5
5
|
*
|
@@ -67,18 +67,20 @@
|
|
67
67
|
border-radius: inherit !important;
|
68
68
|
}
|
69
69
|
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
70
|
+
@if $use-custom-scrollbars {
|
71
|
+
/* Scrollbars */
|
72
|
+
.ui.dimmer:not(.inverted)::-webkit-scrollbar-track {
|
73
|
+
background: rgba(255, 255, 255, 0.1);
|
74
|
+
}
|
75
|
+
.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb {
|
76
|
+
background: rgba(255, 255, 255, 0.25);
|
77
|
+
}
|
78
|
+
.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb:window-inactive {
|
79
|
+
background: rgba(255, 255, 255, 0.15);
|
80
|
+
}
|
81
|
+
.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb:hover {
|
82
|
+
background: rgba(255, 255, 255, 0.35);
|
83
|
+
}
|
82
84
|
}
|
83
85
|
|
84
86
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Semantic UI 2.4.
|
2
|
+
* # Semantic UI 2.4.2 - Dropdown
|
3
3
|
* http://github.com/semantic-org/semantic-ui/
|
4
4
|
*
|
5
5
|
*
|
@@ -1138,7 +1138,7 @@ select.ui.dropdown {
|
|
1138
1138
|
@media all and (-ms-high-contrast: none) {
|
1139
1139
|
.ui.scrolling.dropdown .menu,
|
1140
1140
|
.ui.dropdown .scrolling.menu {
|
1141
|
-
min-width: calc(100% -
|
1141
|
+
min-width: calc(100% - 17px);
|
1142
1142
|
}
|
1143
1143
|
}
|
1144
1144
|
@media only screen and (max-width: 767px) {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Semantic UI 2.4.
|
2
|
+
* # Semantic UI 2.4.2 - Modal
|
3
3
|
* http://github.com/semantic-org/semantic-ui/
|
4
4
|
*
|
5
5
|
*
|
@@ -427,7 +427,7 @@
|
|
427
427
|
|
428
428
|
/* Scrolling Content */
|
429
429
|
.ui.modal .scrolling.content {
|
430
|
-
max-height: calc(
|
430
|
+
max-height: calc(80vh - 10em);
|
431
431
|
overflow: auto;
|
432
432
|
}
|
433
433
|
|
@@ -437,12 +437,8 @@
|
|
437
437
|
|
438
438
|
.ui.fullscreen.modal {
|
439
439
|
width: 95% !important;
|
440
|
-
left: 0em !important;
|
441
440
|
margin: 1em auto;
|
442
441
|
}
|
443
|
-
.ui.fullscreen.scrolling.modal {
|
444
|
-
left: 0em !important;
|
445
|
-
}
|
446
442
|
.ui.fullscreen.modal > .header {
|
447
443
|
padding-right: 2.25rem;
|
448
444
|
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: semantic-ui-sass
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.4.0
|
4
|
+
version: 2.4.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- doabit
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-06-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|