Skip to content

Commit

Permalink
fix: safari radio transition (#1776)
Browse files Browse the repository at this point in the history
  • Loading branch information
debugtheworldbot committed Apr 27, 2023
1 parent 187f726 commit a2925a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/styled/radio.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.radio {
--chkbg: var(--bc);
@apply h-6 w-6 cursor-pointer appearance-none rounded-full border border-base-content border-opacity-20;
transition: background, box-shadow var(--animation-input, 0.2s) ease-in-out;
&:focus-visible {
outline: 2px solid hsl(var(--bc));
outline-offset: 2px;
Expand Down

0 comments on commit a2925a2

Please sign in to comment.