This commit is contained in:
Vince 2021-04-29 11:30:49 +08:00
parent 41919a87a0
commit df329a1888

View File

@ -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