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
|
||||
.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 {
|
||||
|
|
|
@ -41,6 +41,11 @@
|
|||
color: white;
|
||||
}
|
||||
|
||||
&:checked {
|
||||
background-color: $primary_color;
|
||||
color: white;
|
||||
}
|
||||
|
||||
&:insensitive {
|
||||
background-color: transparent;
|
||||
color: rgba(white, 0.35);
|
||||
|
|
Loading…
Reference in a new issue