mirror of
https://github.com/pebble-dev/clay.git
synced 2026-08-27 20:36:33 -04:00
Fix checkboxgroup/radiogroup weirdness on old android
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
input:checked ~ i {
|
||||
input:checked + i {
|
||||
border-color: $color-orange;
|
||||
background: $color-orange;
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
input:checked ~ i {
|
||||
input:checked + i {
|
||||
border-color: $color-orange;
|
||||
|
||||
&:after {
|
||||
|
||||
Reference in New Issue
Block a user