Skip to content

Commit

Permalink
Fixed issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceliuice committed Apr 21, 2023
1 parent 4c87893 commit fed4c22
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sass/gnome-shell/common/_app-grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
5 changes: 5 additions & 0 deletions src/sass/gnome-shell/common/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@
color: white;
}

&:checked {
background-color: $primary_color;
color: white;
}

&:insensitive {
background-color: transparent;
color: rgba(white, 0.35);
Expand Down

0 comments on commit fed4c22

Please sign in to comment.