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:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user