Add experimental stateful behaviour to the mouse config interface.

This commit is contained in:
Arpad Csanyi
2016-05-15 17:39:33 +02:00
parent 12c10df49b
commit 0127891f3c
2 changed files with 20 additions and 0 deletions

View File

@@ -134,10 +134,18 @@
a {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
&.selected {
font-style: italic;
}
}
&.active {
a {
&.selected {
font-style: normal;
}
&:after {
content: '';
display: block;