Skip to content

Commit

Permalink
Add styles for miscellaneous menu elements
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Oct 8, 2017
1 parent ad4152f commit ad8fa7c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions scss/modules/menu/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@
color: $base-font-color;
text-shadow: 0 1px 0 $color-shadow-light;

.menu_item_details,
.prefix,
i,
ts-icon {
color: $base-font-color;
}

&.delete_link {
color: $color-red;
}
Expand All @@ -92,6 +99,10 @@
&.divider {
border-bottom-color: $color-base;
}

.menu_item_details {
color: $color-highlight;
}
}

&:not(.keyboard_active) ul li:hover:not(.disabled) a {
Expand All @@ -100,6 +111,13 @@
color: $base-font-color;
text-shadow: 0 1px 0 $color-shadow-light;

.menu_item_details,
.prefix,
i,
ts-icon {
color: $base-font-color;
}

&.delete_link {
color: $color-red;
}
Expand Down

0 comments on commit ad8fa7c

Please sign in to comment.