Revert "change active/hover display on advanced options"

This reverts commit ade773cb0a8c0c4b862074f7ee8e607023bc8bbe.
This commit is contained in:
Surinna Curtis 2017-07-01 21:51:28 -05:00 committed by Gô Shoemake
parent f6ce1a9592
commit cb7f54891f
1 changed files with 2 additions and 9 deletions

View File

@ -2897,18 +2897,11 @@ button.icon-button.active i.fa-retweet {
padding: 10px;
cursor: pointer;
display: flex;
border-style: solid;
border-color: $simple-background-color;
border-width: 5px;
&:hover {
border-color: $ui-highlight-color;
}
&:hover,
&.active {
background: $ui-highlight-color;
color: $primary-text-color;
border-color: $ui-highlight-color;
.advanced-options-dropdown__option__content {
color: $primary-text-color;
@ -2920,7 +2913,7 @@ button.icon-button.active i.fa-retweet {
}
&.active:hover {
border-color: $simple-background-color;
background: lighten($ui-highlight-color, 4%);
}
}