mirror of
https://github.com/got-feedBack/feedBack.git
synced 2026-08-14 20:57:12 +00:00
fix(panes): give the pop-out stub a focus ring
.fb-pane-stub is a <button>, and both of its sibling controls (.fb-pane-chip, .fb-pane-card-btn) have an explicit :focus-visible outline. It didn't, so keyboard focus fell back to the UA default and looked inconsistent next to them. Found by CodeRabbit on #928. Signed-off-by: topkoa <topkoa@gmail.com>
This commit is contained in:
@@ -83,6 +83,7 @@
|
|||||||
transition: background .15s, border-color .15s;
|
transition: background .15s, border-color .15s;
|
||||||
}
|
}
|
||||||
.fb-pane-stub:hover { background: rgba(64, 128, 224, .18); border-color: #4080e0; }
|
.fb-pane-stub:hover { background: rgba(64, 128, 224, .18); border-color: #4080e0; }
|
||||||
|
.fb-pane-stub:focus-visible { outline: 2px solid #4080e0; outline-offset: 1px; }
|
||||||
.fb-pane-stub-glyph { font-size: .85rem; }
|
.fb-pane-stub-glyph { font-size: .85rem; }
|
||||||
|
|
||||||
/* ── The dock ────────────────────────────────────────────────────────────── */
|
/* ── The dock ────────────────────────────────────────────────────────────── */
|
||||||
|
|||||||
Reference in New Issue
Block a user