semantic-ui-sass 2.2.2.2 → 2.2.3.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 +7 -0
- data/app/assets/javascripts/semantic-ui/dropdown.js +35 -11
- data/app/assets/javascripts/semantic-ui/form.js +8 -2
- data/app/assets/javascripts/semantic-ui/modal.js +9 -3
- data/app/assets/javascripts/semantic-ui/popup.js +3 -1
- data/app/assets/javascripts/semantic-ui/search.js +3 -3
- data/app/assets/javascripts/semantic-ui/transition.js +0 -1
- data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/collections/_form.scss +12 -4
- data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +8 -8
- data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +7 -13
- data/app/assets/stylesheets/semantic-ui/collections/_message.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/collections/_table.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_button.scss +24 -29
- data/app/assets/stylesheets/semantic-ui/elements/_container.scss +2 -2
- 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 +2 -2
- data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +7 -8
- data/app/assets/stylesheets/semantic-ui/elements/_image.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_input.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/elements/_label.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/elements/_list.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/elements/_loader.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 +2 -2
- data/app/assets/stylesheets/semantic-ui/elements/_step.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/globals/_site.scss +3 -3
- data/app/assets/stylesheets/semantic-ui/globals/_variables.scss +3 -1
- data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +1 -1
- 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 -2
- data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +2 -2
- 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 +4 -4
- 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 +2 -2
- data/app/assets/stylesheets/semantic-ui/views/_comment.scss +16 -4
- data/app/assets/stylesheets/semantic-ui/views/_feed.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_item.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +3 -3
- data/lib/semantic/ui/sass/engine.rb +1 -1
- data/lib/semantic/ui/sass/version.rb +2 -2
- data/tasks/converter.rb +5 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bf1d11023366da17c30d16aad6c2f91a0a722f06
|
|
4
|
+
data.tar.gz: b2642bc92bc2ad60df712b0967e07939a836877c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7ea208937c493bc51fc35a851b99d2028f3abdaa32475a1d2365cee2e95c7b28851a72782bac4bfc99b791b874ba1c7c40a73e75632d2764b36cf8f2e3929e0e
|
|
7
|
+
data.tar.gz: 7e3f452d226ac92d389299de3ede7013a4b2ed775820188014a22dd7d1ef53bdcc77b139692f63df7a54f144ce842f70a00b4da9255c0ea7e6733861e24c5bc9
|
data/CHANGELOG.md
CHANGED
|
@@ -154,8 +154,8 @@ $.fn.dropdown = function(parameters) {
|
|
|
154
154
|
}
|
|
155
155
|
},
|
|
156
156
|
selectObserver: function() {
|
|
157
|
-
if(
|
|
158
|
-
|
|
157
|
+
if(selectObserver) {
|
|
158
|
+
selectObserver.disconnect();
|
|
159
159
|
}
|
|
160
160
|
}
|
|
161
161
|
},
|
|
@@ -958,7 +958,7 @@ $.fn.dropdown = function(parameters) {
|
|
|
958
958
|
pageLostFocus = (document.activeElement === this);
|
|
959
959
|
if(!willRefocus) {
|
|
960
960
|
if(!itemActivated && !pageLostFocus) {
|
|
961
|
-
if(settings.forceSelection
|
|
961
|
+
if(settings.forceSelection) {
|
|
962
962
|
module.forceSelection();
|
|
963
963
|
}
|
|
964
964
|
module.hide();
|
|
@@ -970,7 +970,6 @@ $.fn.dropdown = function(parameters) {
|
|
|
970
970
|
icon: {
|
|
971
971
|
click: function(event) {
|
|
972
972
|
module.toggle();
|
|
973
|
-
event.stopPropagation();
|
|
974
973
|
}
|
|
975
974
|
},
|
|
976
975
|
text: {
|
|
@@ -1034,7 +1033,7 @@ $.fn.dropdown = function(parameters) {
|
|
|
1034
1033
|
? module.show
|
|
1035
1034
|
: module.toggle
|
|
1036
1035
|
;
|
|
1037
|
-
if(module.is.bubbledLabelClick(event)) {
|
|
1036
|
+
if(module.is.bubbledLabelClick(event) || module.is.bubbledIconClick(event)) {
|
|
1038
1037
|
return;
|
|
1039
1038
|
}
|
|
1040
1039
|
if( module.determine.eventOnElement(event, toggleBehavior) ) {
|
|
@@ -1415,8 +1414,7 @@ $.fn.dropdown = function(parameters) {
|
|
|
1415
1414
|
;
|
|
1416
1415
|
module.set.scrollPosition($nextItem);
|
|
1417
1416
|
if(settings.selectOnKeydown && module.is.single()) {
|
|
1418
|
-
module.set.
|
|
1419
|
-
module.set.selected(module.get.choiceValue($nextItem), $nextItem);
|
|
1417
|
+
module.set.selectedItem($nextItem);
|
|
1420
1418
|
}
|
|
1421
1419
|
}
|
|
1422
1420
|
event.preventDefault();
|
|
@@ -1555,8 +1553,19 @@ $.fn.dropdown = function(parameters) {
|
|
|
1555
1553
|
},
|
|
1556
1554
|
|
|
1557
1555
|
select: function(text, value, element) {
|
|
1558
|
-
|
|
1559
|
-
|
|
1556
|
+
value = (value !== undefined)
|
|
1557
|
+
? value
|
|
1558
|
+
: text
|
|
1559
|
+
;
|
|
1560
|
+
if( module.can.activate( $(element) ) ) {
|
|
1561
|
+
module.set.value(value, $(element));
|
|
1562
|
+
if(module.is.multiple() && !module.is.allFiltered()) {
|
|
1563
|
+
return;
|
|
1564
|
+
}
|
|
1565
|
+
else {
|
|
1566
|
+
module.hideAndClear();
|
|
1567
|
+
}
|
|
1568
|
+
}
|
|
1560
1569
|
},
|
|
1561
1570
|
|
|
1562
1571
|
combo: function(text, value, element) {
|
|
@@ -2072,7 +2081,7 @@ $.fn.dropdown = function(parameters) {
|
|
|
2072
2081
|
},
|
|
2073
2082
|
|
|
2074
2083
|
clear: function() {
|
|
2075
|
-
if(module.is.multiple()) {
|
|
2084
|
+
if(module.is.multiple() && settings.useLabels) {
|
|
2076
2085
|
module.remove.labels();
|
|
2077
2086
|
}
|
|
2078
2087
|
else {
|
|
@@ -2208,6 +2217,12 @@ $.fn.dropdown = function(parameters) {
|
|
|
2208
2217
|
$item.addClass(className.active);
|
|
2209
2218
|
}
|
|
2210
2219
|
},
|
|
2220
|
+
partialSearch: function(text) {
|
|
2221
|
+
var
|
|
2222
|
+
length = module.get.query().length
|
|
2223
|
+
;
|
|
2224
|
+
$search.val( text.substr(0 , length));
|
|
2225
|
+
},
|
|
2211
2226
|
scrollPosition: function($item, forceScroll) {
|
|
2212
2227
|
var
|
|
2213
2228
|
edgeTolerance = 5,
|
|
@@ -2279,10 +2294,16 @@ $.fn.dropdown = function(parameters) {
|
|
|
2279
2294
|
}
|
|
2280
2295
|
},
|
|
2281
2296
|
selectedItem: function($item) {
|
|
2297
|
+
var
|
|
2298
|
+
value = module.get.choiceValue($item),
|
|
2299
|
+
text = module.get.choiceText($item, false)
|
|
2300
|
+
;
|
|
2282
2301
|
module.debug('Setting user selection to item', $item);
|
|
2283
2302
|
module.remove.activeItem();
|
|
2303
|
+
module.set.partialSearch(text);
|
|
2284
2304
|
module.set.activeItem($item);
|
|
2285
|
-
module.set.selected(
|
|
2305
|
+
module.set.selected(value, $item);
|
|
2306
|
+
module.set.text(text);
|
|
2286
2307
|
},
|
|
2287
2308
|
selectedLetter: function(letter) {
|
|
2288
2309
|
var
|
|
@@ -2980,6 +3001,9 @@ $.fn.dropdown = function(parameters) {
|
|
|
2980
3001
|
bubbledLabelClick: function(event) {
|
|
2981
3002
|
return $(event.target).is('select, input') && $module.closest('label').length > 0;
|
|
2982
3003
|
},
|
|
3004
|
+
bubbledIconClick: function(event) {
|
|
3005
|
+
return $(event.target).closest($icon).length > 0;
|
|
3006
|
+
},
|
|
2983
3007
|
alreadySetup: function() {
|
|
2984
3008
|
return ($module.is('select') && $module.parent(selector.dropdown).length > 0 && $module.prev().length === 0);
|
|
2985
3009
|
},
|
|
@@ -352,10 +352,13 @@ $.fn.form = function(parameters) {
|
|
|
352
352
|
|
|
353
353
|
get: {
|
|
354
354
|
ancillaryValue: function(rule) {
|
|
355
|
-
if(!rule.type || !module.is.bracketedRule(rule)) {
|
|
355
|
+
if(!rule.type || (!rule.value && !module.is.bracketedRule(rule))) {
|
|
356
356
|
return false;
|
|
357
357
|
}
|
|
358
|
-
return rule.
|
|
358
|
+
return (rule.value !== undefined)
|
|
359
|
+
? rule.value
|
|
360
|
+
: rule.type.match(settings.regExp.bracket)[1] + ''
|
|
361
|
+
;
|
|
359
362
|
},
|
|
360
363
|
ruleName: function(rule) {
|
|
361
364
|
if( module.is.bracketedRule(rule) ) {
|
|
@@ -1207,6 +1210,9 @@ $.fn.form.settings = {
|
|
|
1207
1210
|
|
|
1208
1211
|
// matches specified regExp
|
|
1209
1212
|
regExp: function(value, regExp) {
|
|
1213
|
+
if(regExp instanceof RegExp) {
|
|
1214
|
+
return value.match(regExp);
|
|
1215
|
+
}
|
|
1210
1216
|
var
|
|
1211
1217
|
regExpParts = regExp.match($.fn.form.settings.regExp.flags),
|
|
1212
1218
|
flags
|
|
@@ -345,7 +345,9 @@ $.fn.modal = function(parameters) {
|
|
|
345
345
|
useFailSafe : true,
|
|
346
346
|
onComplete : function() {
|
|
347
347
|
settings.onVisible.apply(element);
|
|
348
|
-
|
|
348
|
+
if(settings.keyboardShortcuts) {
|
|
349
|
+
module.add.keyboardShortcuts();
|
|
350
|
+
}
|
|
349
351
|
module.save.focus();
|
|
350
352
|
module.set.active();
|
|
351
353
|
if(settings.autofocus) {
|
|
@@ -391,7 +393,9 @@ $.fn.modal = function(parameters) {
|
|
|
391
393
|
if(!module.others.active() && !keepDimmed) {
|
|
392
394
|
module.hideDimmer();
|
|
393
395
|
}
|
|
394
|
-
|
|
396
|
+
if(settings.keyboardShortcuts) {
|
|
397
|
+
module.remove.keyboardShortcuts();
|
|
398
|
+
}
|
|
395
399
|
},
|
|
396
400
|
onComplete : function() {
|
|
397
401
|
settings.onHidden.call(element);
|
|
@@ -575,7 +579,7 @@ $.fn.modal = function(parameters) {
|
|
|
575
579
|
set: {
|
|
576
580
|
autofocus: function() {
|
|
577
581
|
var
|
|
578
|
-
$inputs = $module.find(':input').filter(':visible'),
|
|
582
|
+
$inputs = $module.find('[tabindex], :input').filter(':visible'),
|
|
579
583
|
$autofocus = $inputs.filter('[autofocus]'),
|
|
580
584
|
$input = ($autofocus.length > 0)
|
|
581
585
|
? $autofocus.first()
|
|
@@ -854,6 +858,8 @@ $.fn.modal.settings = {
|
|
|
854
858
|
useCSS : true
|
|
855
859
|
},
|
|
856
860
|
|
|
861
|
+
// whether to use keyboard shortcuts
|
|
862
|
+
keyboardShortcuts: true,
|
|
857
863
|
|
|
858
864
|
context : 'body',
|
|
859
865
|
|
|
@@ -394,10 +394,10 @@ $.fn.search = function(parameters) {
|
|
|
394
394
|
get: {
|
|
395
395
|
inputEvent: function() {
|
|
396
396
|
var
|
|
397
|
-
prompt
|
|
398
|
-
inputEvent
|
|
397
|
+
prompt = $prompt[0],
|
|
398
|
+
inputEvent = (prompt != undefined && prompt.oninput != undefined)
|
|
399
399
|
? 'input'
|
|
400
|
-
: (prompt
|
|
400
|
+
: (prompt != undefined && prompt.onpropertychange != undefined)
|
|
401
401
|
? 'propertychange'
|
|
402
402
|
: 'keyup'
|
|
403
403
|
;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* # Semantic UI 2.2.
|
|
2
|
+
* # Semantic UI 2.2.3 - Form
|
|
3
3
|
* http://github.com/semantic-org/semantic-ui/
|
|
4
4
|
*
|
|
5
5
|
*
|
|
@@ -76,6 +76,7 @@
|
|
|
76
76
|
.ui.form input[type="tel"],
|
|
77
77
|
.ui.form input[type="time"],
|
|
78
78
|
.ui.form input[type="text"],
|
|
79
|
+
.ui.form input[type="file"],
|
|
79
80
|
.ui.form input[type="url"] {
|
|
80
81
|
width: 100%;
|
|
81
82
|
vertical-align: top;
|
|
@@ -96,8 +97,9 @@
|
|
|
96
97
|
.ui.form input[type="tel"],
|
|
97
98
|
.ui.form input[type="time"],
|
|
98
99
|
.ui.form input[type="text"],
|
|
100
|
+
.ui.form input[type="file"],
|
|
99
101
|
.ui.form input[type="url"] {
|
|
100
|
-
font-family:
|
|
102
|
+
font-family: $font-family;
|
|
101
103
|
margin: 0em;
|
|
102
104
|
outline: none;
|
|
103
105
|
-webkit-appearance: none;
|
|
@@ -359,6 +361,7 @@
|
|
|
359
361
|
.ui.form input[type="tel"]:focus,
|
|
360
362
|
.ui.form input[type="time"]:focus,
|
|
361
363
|
.ui.form input[type="text"]:focus,
|
|
364
|
+
.ui.form input[type="file"]:focus,
|
|
362
365
|
.ui.form input[type="url"]:focus {
|
|
363
366
|
color: rgba(0, 0, 0, 0.95);
|
|
364
367
|
border-color: #85B7D9;
|
|
@@ -456,6 +459,7 @@
|
|
|
456
459
|
.ui.form .fields.error .field input[type="tel"],
|
|
457
460
|
.ui.form .fields.error .field input[type="time"],
|
|
458
461
|
.ui.form .fields.error .field input[type="text"],
|
|
462
|
+
.ui.form .fields.error .field input[type="file"],
|
|
459
463
|
.ui.form .fields.error .field input[type="url"],
|
|
460
464
|
.ui.form .field.error textarea,
|
|
461
465
|
.ui.form .field.error select,
|
|
@@ -469,6 +473,7 @@
|
|
|
469
473
|
.ui.form .field.error input[type="tel"],
|
|
470
474
|
.ui.form .field.error input[type="time"],
|
|
471
475
|
.ui.form .field.error input[type="text"],
|
|
476
|
+
.ui.form .field.error input[type="file"],
|
|
472
477
|
.ui.form .field.error input[type="url"] {
|
|
473
478
|
background: #FFF6F6;
|
|
474
479
|
border-color: #E0B4B4;
|
|
@@ -488,6 +493,7 @@
|
|
|
488
493
|
.ui.form .field.error input[type="tel"]:focus,
|
|
489
494
|
.ui.form .field.error input[type="time"]:focus,
|
|
490
495
|
.ui.form .field.error input[type="text"]:focus,
|
|
496
|
+
.ui.form .field.error input[type="file"]:focus,
|
|
491
497
|
.ui.form .field.error input[type="url"]:focus {
|
|
492
498
|
background: #FFF6F6;
|
|
493
499
|
border-color: #E0B4B4;
|
|
@@ -583,7 +589,8 @@
|
|
|
583
589
|
pointer-events: none;
|
|
584
590
|
opacity: 0.45;
|
|
585
591
|
}
|
|
586
|
-
.ui.form .field.disabled label
|
|
592
|
+
.ui.form .field.disabled > label,
|
|
593
|
+
.ui.form .fields.disabled > label {
|
|
587
594
|
opacity: 0.45;
|
|
588
595
|
}
|
|
589
596
|
.ui.form .field.disabled :disabled {
|
|
@@ -597,7 +604,7 @@
|
|
|
597
604
|
.ui.loading.form {
|
|
598
605
|
position: relative;
|
|
599
606
|
cursor: default;
|
|
600
|
-
|
|
607
|
+
pointer-events: none;
|
|
601
608
|
}
|
|
602
609
|
.ui.loading.form:before {
|
|
603
610
|
position: absolute;
|
|
@@ -717,6 +724,7 @@
|
|
|
717
724
|
.ui.inverted.form input[type="tel"],
|
|
718
725
|
.ui.inverted.form input[type="time"],
|
|
719
726
|
.ui.inverted.form input[type="text"],
|
|
727
|
+
.ui.inverted.form input[type="file"],
|
|
720
728
|
.ui.inverted.form input[type="url"] {
|
|
721
729
|
background: #FFFFFF;
|
|
722
730
|
border-color: rgba(255, 255, 255, 0.1);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* # Semantic UI 2.2.
|
|
2
|
+
* # Semantic UI 2.2.3 - Grid
|
|
3
3
|
* http://github.com/semantic-org/semantic-ui/
|
|
4
4
|
*
|
|
5
5
|
*
|
|
@@ -979,9 +979,9 @@
|
|
|
979
979
|
-ms-flex-pack: center;
|
|
980
980
|
justify-content: center;
|
|
981
981
|
}
|
|
982
|
-
.ui.centered.grid > .column:not(.aligned):not(
|
|
983
|
-
.ui.centered.grid > .row > .column:not(.aligned):not(
|
|
984
|
-
.ui.grid .centered.row > .column:not(.aligned):not(
|
|
982
|
+
.ui.centered.grid > .column:not(.aligned):not(.justified):not(.row),
|
|
983
|
+
.ui.centered.grid > .row > .column:not(.aligned):not(.justified),
|
|
984
|
+
.ui.grid .centered.row > .column:not(.aligned):not(.justified) {
|
|
985
985
|
text-align: left;
|
|
986
986
|
}
|
|
987
987
|
.ui.grid > .centered.column,
|
|
@@ -1283,7 +1283,7 @@
|
|
|
1283
1283
|
.ui[class*="left aligned"].grid > .row > .column,
|
|
1284
1284
|
.ui.grid > [class*="left aligned"].row > .column,
|
|
1285
1285
|
.ui.grid > [class*="left aligned"].column.column,
|
|
1286
|
-
.ui.grid > .row > [class*="left aligned"].column {
|
|
1286
|
+
.ui.grid > .row > [class*="left aligned"].column.column {
|
|
1287
1287
|
text-align: left;
|
|
1288
1288
|
-webkit-align-self: inherit;
|
|
1289
1289
|
-ms-flex-item-align: inherit;
|
|
@@ -1295,7 +1295,7 @@
|
|
|
1295
1295
|
.ui[class*="center aligned"].grid > .row > .column,
|
|
1296
1296
|
.ui.grid > [class*="center aligned"].row > .column,
|
|
1297
1297
|
.ui.grid > [class*="center aligned"].column.column,
|
|
1298
|
-
.ui.grid > .row > [class*="center aligned"].column {
|
|
1298
|
+
.ui.grid > .row > [class*="center aligned"].column.column {
|
|
1299
1299
|
text-align: center;
|
|
1300
1300
|
-webkit-align-self: inherit;
|
|
1301
1301
|
-ms-flex-item-align: inherit;
|
|
@@ -1313,7 +1313,7 @@
|
|
|
1313
1313
|
.ui[class*="right aligned"].grid > .row > .column,
|
|
1314
1314
|
.ui.grid > [class*="right aligned"].row > .column,
|
|
1315
1315
|
.ui.grid > [class*="right aligned"].column.column,
|
|
1316
|
-
.ui.grid > .row > [class*="right aligned"].column {
|
|
1316
|
+
.ui.grid > .row > [class*="right aligned"].column.column {
|
|
1317
1317
|
text-align: right;
|
|
1318
1318
|
-webkit-align-self: inherit;
|
|
1319
1319
|
-ms-flex-item-align: inherit;
|
|
@@ -1325,7 +1325,7 @@
|
|
|
1325
1325
|
.ui.justified.grid > .row > .column,
|
|
1326
1326
|
.ui.grid > .justified.row > .column,
|
|
1327
1327
|
.ui.grid > .justified.column.column,
|
|
1328
|
-
.ui.grid > .row > .justified.column {
|
|
1328
|
+
.ui.grid > .row > .justified.column.column {
|
|
1329
1329
|
text-align: justify;
|
|
1330
1330
|
-webkit-hyphens: auto;
|
|
1331
1331
|
-moz-hyphens: auto;
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
display: -ms-flexbox;
|
|
26
26
|
display: flex;
|
|
27
27
|
margin: 1rem 0em;
|
|
28
|
-
font-family:
|
|
28
|
+
font-family: $font-family;
|
|
29
29
|
background: #FFFFFF;
|
|
30
30
|
font-weight: normal;
|
|
31
31
|
border: 1px solid rgba(34, 36, 38, 0.15);
|
|
@@ -211,17 +211,6 @@
|
|
|
211
211
|
font-weight: bold;
|
|
212
212
|
}
|
|
213
213
|
|
|
214
|
-
/*--------------
|
|
215
|
-
Popup
|
|
216
|
-
---------------*/
|
|
217
|
-
|
|
218
|
-
.ui.menu .ui.popup {
|
|
219
|
-
display: none;
|
|
220
|
-
}
|
|
221
|
-
.ui.menu .ui.visible.popup {
|
|
222
|
-
display: block;
|
|
223
|
-
}
|
|
224
|
-
|
|
225
214
|
/*--------------
|
|
226
215
|
Dropdowns
|
|
227
216
|
---------------*/
|
|
@@ -311,13 +300,18 @@
|
|
|
311
300
|
margin-left: 1em;
|
|
312
301
|
}
|
|
313
302
|
.ui.vertical.menu .dropdown.item .menu {
|
|
314
|
-
top: 0% !important;
|
|
315
303
|
left: 100%;
|
|
316
304
|
min-width: 0;
|
|
317
305
|
margin: 0em 0em 0em 0em;
|
|
318
306
|
box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.08);
|
|
319
307
|
border-radius: 0em 0.28571429rem 0.28571429rem 0.28571429rem;
|
|
320
308
|
}
|
|
309
|
+
.ui.vertical.menu .dropdown.item.upward .menu {
|
|
310
|
+
bottom: 0;
|
|
311
|
+
}
|
|
312
|
+
.ui.vertical.menu .dropdown.item:not(.upward) .menu {
|
|
313
|
+
top: 0;
|
|
314
|
+
}
|
|
321
315
|
.ui.vertical.menu .active.dropdown.item {
|
|
322
316
|
border-top-right-radius: 0em;
|
|
323
317
|
border-bottom-right-radius: 0em;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* # Semantic UI 2.2.
|
|
2
|
+
* # Semantic UI 2.2.3 - Message
|
|
3
3
|
* http://github.com/semantic-org/semantic-ui/
|
|
4
4
|
*
|
|
5
5
|
*
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
/* Header */
|
|
42
42
|
.ui.message .header {
|
|
43
43
|
display: block;
|
|
44
|
-
font-family:
|
|
44
|
+
font-family: $font-family;
|
|
45
45
|
font-weight: bold;
|
|
46
46
|
margin: -0.14285em 0em 0rem 0em;
|
|
47
47
|
}
|