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