mirror of
https://github.com/primer/css.git
synced 2024-12-04 03:46:28 +03:00
Lint
This commit is contained in:
parent
f30332000e
commit
cb88290a58
@ -100,8 +100,8 @@
|
||||
// Keep :focus after :disabled. Allows to see the focus ring even on disabled buttons
|
||||
&:focus,
|
||||
&.focus {
|
||||
outline: none;
|
||||
border-color: var(--color-btn-focus-border);
|
||||
outline: none;
|
||||
box-shadow: var(--color-btn-focus-shadow);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user