mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
add bottom and right margins to account for focus outline (#4115)
This commit is contained in:
parent
a73f1507ba
commit
06195d1268
1 changed files with 1 additions and 1 deletions
|
@ -510,7 +510,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
border: 1px solid var(--border);
|
border: 1px solid var(--border);
|
||||||
border-radius: var(--border-radius);
|
border-radius: var(--border-radius);
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
margin: 1px;
|
margin: 1px 3px 3px 1px;
|
||||||
|
|
||||||
&:focus-within {
|
&:focus-within {
|
||||||
outline-offset: -1px;
|
outline-offset: -1px;
|
||||||
|
|
Loading…
Reference in a new issue