|
|
@@ -20,13 +20,15 @@
|
|
|
transition-duration: 100ms;
|
|
|
transition-timing-function: linear;
|
|
|
}
|
|
|
+
|
|
|
&[data-rounded] {
|
|
|
border-radius: theme.border-radius("full");
|
|
|
+
|
|
|
.bubble {
|
|
|
border-radius: theme.border-radius("full");
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
&[data-selected] {
|
|
|
color: theme.color("button", "solid", "foreground");
|
|
|
pointer-events: none;
|
|
|
@@ -44,7 +46,6 @@
|
|
|
);
|
|
|
}
|
|
|
|
|
|
-
|
|
|
&[data-pressed] .bubble {
|
|
|
background-color: theme.color(
|
|
|
"button",
|