update
This commit is contained in:
parent
b12fd885b5
commit
880e742b70
1 changed files with 2 additions and 2 deletions
|
@ -695,7 +695,7 @@ button {
|
|||
&:active { transition: $button_transition; }
|
||||
}
|
||||
|
||||
&.toggle.popup:not(.colored) {
|
||||
&.toggle.popup:not(.colored):not(.circular) {
|
||||
min-width: $menuitem_size - 8px;
|
||||
}
|
||||
|
||||
|
@ -781,7 +781,7 @@ button {
|
|||
&.popup { padding-right: $container_padding; padding-left: $container_padding; }
|
||||
}
|
||||
|
||||
&.close, &.circular,
|
||||
&.close, &.circular, &.circular.flat,
|
||||
&.image-button.close:not(.circular) { // The Bloody Circul Button
|
||||
@extend %circular_button;
|
||||
|
||||
|
|
Loading…
Reference in a new issue