Skip to content

Commit

Permalink
fix: box shadow on folders
Browse files Browse the repository at this point in the history
adds clarity to guild bar channel bar clutter
  • Loading branch information
accrazed committed Aug 15, 2024
1 parent 6a737ba commit 88e2a46
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions NieR-Import.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2338,14 +2338,7 @@ strong {
}

.expandedFolderBackground_bc7085 {
background: var(--color-high);
border-radius: 0;
-webkit-box-shadow: 3px 3px 0 var(--color-mid);
box-shadow: 3px 3px 0 var(--color-mid);
}
.expandedFolderBackground_bc7085:hover {
-webkit-box-shadow: 3px 3px 0 var(--color-mid);
box-shadow: 3px 3px 0 var(--color-mid);
}
.expandedFolderBackground_bc7085.collapsed_bc7085 {
position: absolute;
Expand Down
2 changes: 1 addition & 1 deletion src/guilds/_guilds.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
}
// Folder
.expandedFolderBackground_bc7085 {
@include boxify($high, $mid, 3px);
border-radius: 0;
&.collapsed_bc7085 {
position: absolute;
height: 48px;
Expand Down

0 comments on commit 88e2a46

Please sign in to comment.