Browse Source

Revert "change active/hover display on advanced options"

This reverts commit ade773cb0a.
closed-social-glitch-2
Surinna Curtis 7 years ago
committed by Gô Shoemake
parent
commit
cb7f54891f
1 changed files with 2 additions and 9 deletions
  1. +2
    -9
      app/javascript/styles/components.scss

+ 2
- 9
app/javascript/styles/components.scss View File

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

Loading…
Cancel
Save