Fixed issues

This commit is contained in:
vinceliuice 2023-04-21 16:33:11 +08:00
parent 4c87893a80
commit fed4c22343
2 changed files with 7 additions and 2 deletions

View file

@ -60,8 +60,8 @@
// expanded folder
.app-folder-dialog {
border-radius: $bd_radius * 4;
border: 0 solid rgba(white, 0.15);
// padding: 0;
border: none;
box-shadow: none;
background-color: rgba(if($colorscheme == 'nord', #20242c, #262626), 0.9);
.folder-name-container {

View file

@ -41,6 +41,11 @@
color: white;
}
&:checked {
background-color: $primary_color;
color: white;
}
&:insensitive {
background-color: transparent;
color: rgba(white, 0.35);