highlight … button if any options enabled

This commit is contained in:
Surinna Curtis
2017-07-02 23:34:14 -05:00
committed by Gô Shoemake
parent cb7f54891f
commit 301c185878
2 changed files with 6 additions and 2 deletions

View File

@@ -2941,7 +2941,9 @@ button.icon-button.active i.fa-retweet {
border-radius: 4px 4px 0 0;
box-shadow: 0 -4px 4px rgba($base-shadow-color, 0.1);
}
}
.advanced-options-dropdown.open {
.advanced-options-dropdown__dropdown {
display: block;
box-shadow: 2px 4px 6px rgba($base-shadow-color, 0.1);