refactor: make focus ring transparent for all radio buttons

pagebuilder
abhisheks 2023-12-06 17:37:00 +05:30
parent b67831e3e3
commit b0c137a7ea
1 changed files with 3 additions and 0 deletions

View File

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