Skip to content

Commit 05de082

Browse files
committed
fix: remove useless Button css
1 parent 4a91636 commit 05de082

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/components/button/Button.vue

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -199,11 +199,6 @@ const resetClass = computed(() => {
199199
.ui-Button:where(.r-variant-soft, .r-variant-ghost):where(.r-high-contrast) {
200200
color: var(--accent-12);
201201
}
202-
.ui-Button:where(.r-variant-soft):where([data-disabled]) {
203-
color: var(--gray-a8);
204-
background-color: var(--gray-a3);
205-
}
206-
207202
.ui-Button:where(.r-variant-soft) {
208203
background-color: var(--accent-a3);
209204
}
@@ -223,7 +218,6 @@ const resetClass = computed(() => {
223218
color: var(--gray-a8);
224219
background-color: var(--gray-a3);
225220
}
226-
227221
.ui-Button:where(.r-variant-ghost) {
228222
padding: var(--button-ghost-padding-y) var(--button-padding-x);
229223
}

0 commit comments

Comments
 (0)