Effect for Android-dark theme
This commit is contained in:
parent
416359d4ad
commit
6f0de2cd72
1 changed files with 3 additions and 1 deletions
|
@ -227,7 +227,9 @@ $text-dark: #CCCCCC;
|
||||||
.icon {
|
.icon {
|
||||||
@include color-svg('/images/down.svg', black);
|
@include color-svg('/images/down.svg', black);
|
||||||
}
|
}
|
||||||
|
.icon:hover {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
&.new-messages {
|
&.new-messages {
|
||||||
background-color: $blue;
|
background-color: $blue;
|
||||||
.icon {
|
.icon {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue