We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3992a43 commit 704f158Copy full SHA for 704f158
packages/with-without/wwo-toggle/wwo-toggle.scss
@@ -46,6 +46,27 @@ $shadow-sm: 1px;
46
width: calc(#{$wwo-toggle-width}*0.5);
47
}
48
49
+ @media (hover: hover) {
50
+ &,
51
+ &:focus,
52
+ &::selection,
53
+ &:active,
54
+ &:checked {
55
+ border-color: transparent;
56
+ box-shadow: none;
57
+ outline: none;
58
+ }
59
60
+
61
+ @media (hover: none) {
62
63
+ &::selection {
64
65
66
+ outline: 1px;
67
68
69
70
.wwo-toggle__item:last-of-type & {
71
transform-origin: 100% 100%;
72
0 commit comments