We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42a3fc2 commit 0520714Copy full SHA for 0520714
src/cosmoz-toggle.ts
@@ -75,6 +75,7 @@ export const toggleStyles = css`
75
font-size: 14px;
76
line-height: 18px;
77
cursor: pointer;
78
+ user-select: none;
79
}
80
.toggle[disabled] {
81
opacity: 0.6;
src/styles.ts
@@ -109,6 +109,7 @@ export const styles = css`
109
text-overflow: ellipsis;
110
text-transform: var(--cosmoz-input-label-text-transform);
111
font-weight: var(--cosmoz-input-label-font-weight);
112
113
114
115
.wrap:has(#input:not(:placeholder-shown)) {
0 commit comments