Skip to content

Commit

Permalink
fix(menu, loader): hotfixes for 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lubber-de authored and Sean Hamilton committed Dec 21, 2018
1 parent cb3026e commit 112f7d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/definitions/collections/menu.less
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ Floated Menu / Item
}

/* Inverted */
.ui.secondary.inverted.menu {
.ui.secondary.inverted.menu.menu {
background-color: transparent;
}

Expand Down
8 changes: 7 additions & 1 deletion src/definitions/elements/loader.less
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,8 @@ each(@colors, {
@l: @colors[@@color][light];

.ui.@{color}.elastic.loader.loader:before,
.ui.@{color}.basic.elastic.loading.button:before,
.ui.@{color}.basic.elastic.loading.button:after,
.ui.@{color}.elastic.loading.loading.loading:not(.segment):before,
.ui.@{color}.elastic.loading.loading.loading .input > i.icon:before,
.ui.@{color}.loading.loading.loading.loading:not(.usual):not(.button):after,
Expand Down Expand Up @@ -329,9 +331,13 @@ each(@colors, {
.ui.loader.loader.loader:after {
border-color: currentColor;
}
.ui.elastic.loading.loading.loading.loading.button:not(.inverted):before {
.ui.elastic.loading.loading.loading.loading.button:not(.inverted):not(.basic):before {
color: @white;
}
.ui.elastic.basic.loading.button:before,
.ui.elastic.basic.loading.button:after {
color: @grey;
}
.ui.double.loading.loading.loading.loading.button:after {
border-bottom-color: currentColor;
}
Expand Down

0 comments on commit 112f7d5

Please sign in to comment.