Skip to content

Commit

Permalink
Fix bitshares#949: Change icon color to fit the theme (bitshares#959)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyupe authored and svk31 committed Jan 5, 2018
1 parent 9f7b666 commit 4ed6993
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions app/assets/stylesheets/themes/_theme-template.scss
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,10 @@ $account-tabs-background

div.dropdown-wrapper {
> li {
div.hamburger > .icon > svg rect {
fill: $account-dimmed;
}

> div.table-cell {
&:nth-child(1):hover {
background-color: $bg-color;
Expand All @@ -350,8 +354,10 @@ $account-tabs-background
background-color: $bg-color;
}

div.hamburger {
color: $link-text-color;
> li {
div.hamburger > .icon > svg rect {
fill: $link-text-color;
}
}
}

Expand Down

0 comments on commit 4ed6993

Please sign in to comment.