forked from brooksbingham/theme-elegance
refactor: make focus ring transparent for all radio buttons
parent
b67831e3e3
commit
b0c137a7ea
|
@ -32,3 +32,6 @@ a:hover .ti, a:hover .icon-tabler {
|
||||||
ul {
|
ul {
|
||||||
@apply !list-inside;
|
@apply !list-inside;
|
||||||
}
|
}
|
||||||
|
input[type="radio"],input[type="checkbox"] {
|
||||||
|
@apply focus:ring-transparent;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue