Commit 0fc5428
committed
Fixed image edit and delete buttons being hidden on touch devices
- the edit/delete buttons relied on hover to become visible, leaving them inaccessible on touch devices where hover doesn't exist
- added a `[@media(hover:none)]:visible!` variant so the buttons are always shown when the device has no hover capability1 parent 46c23fb commit 0fc5428
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
0 commit comments