update
This commit is contained in:
parent
41919a87a0
commit
df329a1888
@ -31,16 +31,20 @@
|
|||||||
// App Folders
|
// App Folders
|
||||||
.app-folder {
|
.app-folder {
|
||||||
background: none;
|
background: none;
|
||||||
|
border-radius: $bt_radius * 2;
|
||||||
|
|
||||||
.overview-icon {
|
.overview-icon {
|
||||||
background-color: $light_divider_color;
|
background-color: $light_divider_color;
|
||||||
// padding: 16px;
|
|
||||||
border-radius: $bt_radius * 2;
|
border-radius: $bt_radius * 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover .overview-icon {
|
&:hover .overview-icon {
|
||||||
background-color: rgba(white, 0.2);
|
background-color: rgba(white, 0.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:active .overview-icon {
|
||||||
|
background-color: rgba(white, 0.3);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// expanded folder
|
// expanded folder
|
||||||
|
Loading…
x
Reference in New Issue
Block a user