We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 418ce48 + 4839b90 commit 4f2b6a4Copy full SHA for 4f2b6a4
@codexteam/ui/src/vue/components/popup/Popup.vue
@@ -88,6 +88,7 @@ withDefaults(
88
border-radius: var(--radius-l);
89
margin-left: var(--spacing-l);
90
margin-top: var(--spacing-xs);
91
+ box-sizing: content-box;
92
93
&:hover {
94
color: var(--base--text);
@codexteam/ui/src/vue/components/switch/Switch.vue
@@ -47,6 +47,7 @@ function changeValue() {
47
48
background-color: var(--bg-color);
49
transition: background-color 0.2s;
50
51
52
&:not(&--disabled):hover {
53
--bg-color: var(--accent--bg-secondary-hover);
0 commit comments