[BUGFIX] Unset close button background in night scss
This commit is contained in:
parent
6b51035281
commit
42a6371eb2
@ -95,6 +95,7 @@ $color-black: #fefefe;
|
||||
}
|
||||
|
||||
&.close {
|
||||
background: transparent;
|
||||
color: transparentize($color-black, .5);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user