[BUGFIX] Unset close button background in night scss

This commit is contained in:
Xaver Maierhofer 2017-01-14 01:08:41 +01:00
parent 6b51035281
commit 42a6371eb2
No known key found for this signature in database
GPG Key ID: 7FDCE23FD2EC9FE8
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ $color-black: #fefefe;
}
&.close {
background: transparent;
color: transparentize($color-black, .5);
}
}