Active folder in drive is not underlined anymore

This commit is contained in:
yflory
2017-03-20 14:16:44 +01:00
parent cd77f50717
commit 85105a1382
3 changed files with 10 additions and 8 deletions

View File

@@ -156,7 +156,7 @@ span {
margin-left: -5px;
padding-left: 5px;
}
& > span.element-row:not(.selected):hover {
& > span.element-row:not(.selected):not(.active):hover {
background-color: @drive-hover;
}
}
@@ -164,7 +164,9 @@ span {
cursor: pointer;
}
.active {
text-decoration: underline;
&:not(.selected) {
background-color: darken(@drive-hover, 15%);
}
}
.category2 {
margin-top: 2em;