Attempt to avoid backface flickering
This commit is contained in:
parent
fb3c3913eb
commit
fd190a5e3d
|
@ -10,6 +10,7 @@ label:has(input[type=radio]) {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
transition: background-color 0.2s, color 0.2s, border-color 0.2s;
|
transition: background-color 0.2s, color 0.2s, border-color 0.2s;
|
||||||
|
-webkit-backface-visibility: hidden;
|
||||||
|
|
||||||
margin-block: 0.5em;
|
margin-block: 0.5em;
|
||||||
padding-block: 0.4em;
|
padding-block: 0.4em;
|
||||||
|
|
Loading…
Reference in a new issue