Skip to content

Commit

Permalink
Improve styles for team avatar menu
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Sep 15, 2017
1 parent 9c2e048 commit a406dbc
Showing 1 changed file with 17 additions and 11 deletions.
28 changes: 17 additions & 11 deletions scss/modules/pages/_apps.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,27 @@
border: 1px solid $color-base;
}

.menu.avatar_menu ul li {
&:hover ts-icon {
background: $color-shade-light;
color: $base-font-color;
}

a {
color: $base-font-color;
.menu.avatar_menu {
ul li {
&:hover ts-icon {
background: $color-shade-light;
color: $base-font-color;
}

img,
ts-icon {
background-color: $color-shade-light;
a {
color: $base-font-color;

img,
ts-icon {
background-color: $color-shade-light;
color: $color-highlight;
}
}
}

&:not(.keyboard_active) ul li:hover:not(.disabled) a ts-icon {
color: $base-font-color;
}
}

#page {
Expand Down

0 comments on commit a406dbc

Please sign in to comment.