Skip to content

Commit

Permalink
Use green bg for enter key
Browse files Browse the repository at this point in the history
  • Loading branch information
godlyranchdressing committed Nov 9, 2018
1 parent 04f70f8 commit fca8c3a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions gnome-shell/src/gnome-shell-sass/_common.scss
Expand Up @@ -1847,12 +1847,11 @@ StScrollBar {
background-size: 24px;
}
&.enter-key {
$_blue: $green;
@include button(normal, $_blue);
@include button(normal, $success_color);
// border-color: _border_color(#00A2E4);
// background-color: #00A2E4;
background-image: url("key-enter.svg");
&:active { @include button(active, darken($_blue, 5%)); }
&:active { @include button(active, darken($success_color, 5%)); }
}
&.shift-key-lowercase {
background-image: url("key-shift.svg");
Expand Down

0 comments on commit fca8c3a

Please sign in to comment.