[breaking change] Cell: show active color when clicked (#497)

This commit is contained in:
neverland
2017-12-29 17:09:50 +08:00
committed by GitHub
parent b8ccd48648
commit 98ece3ab8f
15 changed files with 48 additions and 27 deletions

View File

@@ -80,6 +80,10 @@ export default {
position: relative;
user-select: none;
&:active {
background-color: $active-color;
}
&--open {
color: #999;
}