Fix layout toggle looking broken on Safari (I hope)

I don't have a Safari to test with, but according to https://moderncss.dev/pure-css-custom-styled-radio-buttons/, this should do the trick.
This commit is contained in:
Robin
2023-09-19 07:54:13 -04:00
parent 35ee0689f9
commit 7f8a434135

View File

@@ -24,6 +24,8 @@ limitations under the License.
.toggle input { .toggle input {
appearance: none; appearance: none;
/* Safari puts a margin on these, which is not removed via appearance: none */
margin: 0;
outline: none !important; outline: none !important;
} }