Fixed issues
This commit is contained in:
parent
4c87893a80
commit
fed4c22343
2 changed files with 7 additions and 2 deletions
|
@ -60,8 +60,8 @@
|
||||||
// expanded folder
|
// expanded folder
|
||||||
.app-folder-dialog {
|
.app-folder-dialog {
|
||||||
border-radius: $bd_radius * 4;
|
border-radius: $bd_radius * 4;
|
||||||
border: 0 solid rgba(white, 0.15);
|
border: none;
|
||||||
// padding: 0;
|
box-shadow: none;
|
||||||
background-color: rgba(if($colorscheme == 'nord', #20242c, #262626), 0.9);
|
background-color: rgba(if($colorscheme == 'nord', #20242c, #262626), 0.9);
|
||||||
|
|
||||||
.folder-name-container {
|
.folder-name-container {
|
||||||
|
|
|
@ -41,6 +41,11 @@
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:checked {
|
||||||
|
background-color: $primary_color;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
&:insensitive {
|
&:insensitive {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: rgba(white, 0.35);
|
color: rgba(white, 0.35);
|
||||||
|
|
Loading…
Reference in a new issue