Skip to content

Commit

Permalink
* file-selector: optimize remove btn style in grid mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed Jan 31, 2024
1 parent d9d063d commit 26239aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/file-selector/src/style/file-selector.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
@apply -opacity-100;
}
.file-selector-grid-item .toolbar .btn[data-remove-file] {
@apply -absolute -top-0 -right-0 -bg-inverse/80 -text-canvas -p-1.5;
@apply -absolute -top-0 -right-0 -bg-inverse/50 -text-canvas -p-1.5;
}
.file-selector-grid-item .toolbar .btn[data-rename-file] {
@apply -absolute --bottom-6 -right-0 -p-0;
Expand Down

0 comments on commit 26239aa

Please sign in to comment.