Proper colors on hover and click

This commit is contained in:
Markus Olsson 2016-06-23 16:28:58 +02:00
parent 4d0f5f1c4b
commit 79d14dc563

View file

@ -56,7 +56,19 @@
&:hover {
background-color: #e7e7e7;
color: #333;
&:active {
background-color: #cccccc;
}
}
&.close:hover {
background-color: #e81123;
fill: #fff;
&:active {
background-color: #f1707a;
}
}
svg {