1
1
mirror of https://github.com/primer/css.git synced 2024-12-04 03:46:28 +03:00
This commit is contained in:
simurai 2020-10-26 17:51:13 +09:00
parent f30332000e
commit cb88290a58

View File

@ -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);
}
}