Skip to content

Commit

Permalink
fix: remove shadow on hover
Browse files Browse the repository at this point in the history
we do not use shadows in UI anywhere else, let's keep grid view UI
simple and follow similar visual indicators as list view
  • Loading branch information
lidel committed Mar 4, 2025
1 parent 3deea61 commit 6430413
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/files/files-grid/GridFile.css
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,9 @@
.grid-file:hover,
.grid-file:focus-within,
.grid-file.focused {
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
outline: none;
border-color: #9ad4db;
border-style: solid;
background-color: #F0F6FA;
}

.grid-file:hover .grid-file-dots,
Expand Down

0 comments on commit 6430413

Please sign in to comment.