take advantage of less niceness
This commit is contained in:
parent
4d6cdf8f78
commit
e28fc30875
@ -36,18 +36,18 @@
|
|||||||
padding: @padding-md;
|
padding: @padding-md;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
transition: background-color 0.2s;
|
transition: background-color 0.2s;
|
||||||
}
|
|
||||||
|
|
||||||
li.selected {
|
&.selected {
|
||||||
background-color: darken(@color-light, 20%);
|
background-color: darken(@color-light, 20%);
|
||||||
}
|
}
|
||||||
|
|
||||||
li:focus,
|
&:focus,
|
||||||
li:hover {
|
&:hover {
|
||||||
background-color: darken(@color-light, 10%);
|
background-color: darken(@color-light, 10%);
|
||||||
}
|
}
|
||||||
|
|
||||||
li:not(:last-of-type) {
|
&:not(:last-of-type) {
|
||||||
border-bottom: 1px solid @color-dark;
|
border-bottom: 1px solid @color-dark;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user