diff --git a/_dev/elegance.css b/_dev/elegance.css index d200eec..ea22670 100644 --- a/_dev/elegance.css +++ b/_dev/elegance.css @@ -32,3 +32,6 @@ a:hover .ti, a:hover .icon-tabler { ul { @apply !list-inside; } +input[type="radio"],input[type="checkbox"] { + @apply focus:ring-transparent; +}