mirror of
https://github.com/mue/mue.git
synced 2026-07-23 16:57:25 +02:00
fix: comment out box-shadow on hover effect for sortable items
This commit is contained in:
@@ -126,7 +126,7 @@
|
||||
|
||||
&:hover {
|
||||
transform: translateY(-4px);
|
||||
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
|
||||
// box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
|
||||
|
||||
.image-nav-buttons {
|
||||
opacity: 1;
|
||||
|
||||
Reference in New Issue
Block a user