1
0
mirror of https://github.com/flarum/core.git synced 2025-08-10 10:24:46 +02:00

fix: header dropdown item might not be linkable

This commit is contained in:
Sami Mazouz
2024-10-25 16:00:08 +01:00
parent 1ead69e9b6
commit 9f87bf18c2
2 changed files with 14 additions and 3 deletions

View File

@@ -168,6 +168,7 @@
align-items: baseline;
row-gap: 1px;
column-gap: 6px;
cursor: pointer;
// Prevent outline overflowing parent
.add-keyboard-focus-ring-offset(-1px);