Skip to content

Commit

Permalink
Updated distribution to version 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Semantic-Pusher-Robot committed Sep 17, 2018
1 parent 1cff5db commit a3628f3
Show file tree
Hide file tree
Showing 26 changed files with 667 additions and 128 deletions.
4 changes: 2 additions & 2 deletions definitions/collections/form.less
Expand Up @@ -323,7 +323,7 @@
color: @inputPlaceholderColor;
}
.ui.form :-ms-input-placeholder {
color: @inputPlaceholderColor;
color: @inputPlaceholderColor !important;
}
.ui.form ::-moz-placeholder {
color: @inputPlaceholderColor;
Expand All @@ -333,7 +333,7 @@
color: @inputPlaceholderFocusColor;
}
.ui.form :focus:-ms-input-placeholder {
color: @inputPlaceholderFocusColor;
color: @inputPlaceholderFocusColor !important;
}
.ui.form :focus::-moz-placeholder {
color: @inputPlaceholderFocusColor;
Expand Down
6 changes: 3 additions & 3 deletions definitions/collections/menu.less
Expand Up @@ -254,7 +254,7 @@
display: inline-block;
font-size: @dropdownItemIconFontSize !important;
float: @dropdownItemIconFloat;
margin: @dropdownItemIconMargin;
margin: @dropdownItemIconMargin !important;
}


Expand Down Expand Up @@ -468,7 +468,7 @@ Floated Menu / Item

/* Left Floated */
.ui.menu:not(.vertical) .left.item,
.ui.menu:not(.vertical) .left.menu {
.ui.menu:not(.vertical) :not(.dropdown) > .left.menu {
display: flex;
margin-right: auto !important;
}
Expand Down Expand Up @@ -1193,7 +1193,7 @@ Floated Menu / Item
}

/* Item */
.ui.labeled.icon.menu .item {
.ui.labeled.icon.menu .item {
min-width: @labeledIconMinWidth;
flex-direction: column;
}
Expand Down
26 changes: 13 additions & 13 deletions definitions/elements/label.less
Expand Up @@ -566,7 +566,7 @@ a.ui.red.label:hover{
}
/* Basic */
.ui.basic.red.label {
background-color: @basicBackground !important;
background: @basicBackground !important;
color: @red !important;
border-color: @red !important;
}
Expand Down Expand Up @@ -602,7 +602,7 @@ a.ui.orange.label:hover{
}
/* Basic */
.ui.basic.orange.label {
background-color: @basicBackground !important;
background: @basicBackground !important;
color: @orange !important;
border-color: @orange !important;
}
Expand Down Expand Up @@ -638,7 +638,7 @@ a.ui.yellow.label:hover{
}
/* Basic */
.ui.basic.yellow.label {
background-color: @basicBackground !important;
background: @basicBackground !important;
color: @yellow !important;
border-color: @yellow !important;
}
Expand Down Expand Up @@ -674,7 +674,7 @@ a.ui.olive.label:hover{
}
/* Basic */
.ui.basic.olive.label {
background-color: @basicBackground !important;
background: @basicBackground !important;
color: @olive !important;
border-color: @olive !important;
}
Expand Down Expand Up @@ -710,7 +710,7 @@ a.ui.green.label:hover{
}
/* Basic */
.ui.basic.green.label {
background-color: @basicBackground !important;
background: @basicBackground !important;
color: @green !important;
border-color: @green !important;
}
Expand Down Expand Up @@ -746,7 +746,7 @@ a.ui.teal.label:hover{
}
/* Basic */
.ui.basic.teal.label {
background-color: @basicBackground !important;
background: @basicBackground !important;
color: @teal !important;
border-color: @teal !important;
}
Expand Down Expand Up @@ -782,7 +782,7 @@ a.ui.blue.label:hover{
}
/* Basic */
.ui.basic.blue.label {
background-color: @basicBackground !important;
background: @basicBackground !important;
color: @blue !important;
border-color: @blue !important;
}
Expand Down Expand Up @@ -818,7 +818,7 @@ a.ui.violet.label:hover{
}
/* Basic */
.ui.basic.violet.label {
background-color: @basicBackground !important;
background: @basicBackground !important;
color: @violet !important;
border-color: @violet !important;
}
Expand Down Expand Up @@ -854,7 +854,7 @@ a.ui.purple.label:hover{
}
/* Basic */
.ui.basic.purple.label {
background-color: @basicBackground !important;
background: @basicBackground !important;
color: @purple !important;
border-color: @purple !important;
}
Expand Down Expand Up @@ -890,7 +890,7 @@ a.ui.pink.label:hover{
}
/* Basic */
.ui.basic.pink.label {
background-color: @basicBackground !important;
background: @basicBackground !important;
color: @pink !important;
border-color: @pink !important;
}
Expand Down Expand Up @@ -926,7 +926,7 @@ a.ui.brown.label:hover{
}
/* Basic */
.ui.basic.brown.label {
background-color: @basicBackground !important;
background: @basicBackground !important;
color: @brown !important;
border-color: @brown !important;
}
Expand Down Expand Up @@ -962,7 +962,7 @@ a.ui.grey.label:hover{
}
/* Basic */
.ui.basic.grey.label {
background-color: @basicBackground !important;
background: @basicBackground !important;
color: @grey !important;
border-color: @grey !important;
}
Expand Down Expand Up @@ -998,7 +998,7 @@ a.ui.black.label:hover{
}
/* Basic */
.ui.basic.black.label {
background-color: @basicBackground !important;
background: @basicBackground !important;
color: @black !important;
border-color: @black !important;
}
Expand Down
2 changes: 2 additions & 0 deletions definitions/elements/list.less
Expand Up @@ -154,12 +154,14 @@ ol.ui.list ol li,
.ui.list > .item > .image + .content,
.ui.list > .item > .icon + .content {
display: table-cell;
width: 100%;
padding: 0em 0em 0em @contentDistance;
vertical-align: @contentVerticalAlign;
}
.ui.list .list > .item > img.image + .content,
.ui.list > .item > img.image + .content {
display: inline-block;
width: auto;
}
.ui.list .list > .item > .content > .list,
.ui.list > .item > .content > .list {
Expand Down
1 change: 0 additions & 1 deletion definitions/elements/loader.less
Expand Up @@ -162,7 +162,6 @@
Types
*******************************/


/*-------------------
Text
--------------------*/
Expand Down

0 comments on commit a3628f3

Please sign in to comment.