DEV: remove !important from btn-transparent background (#29809)

This commit is contained in:
Kris 2024-11-18 17:38:10 -05:00 committed by GitHub
parent f1849199e9
commit 809ce5f5da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -420,7 +420,7 @@
.btn-transparent { .btn-transparent {
&, &,
&.btn-default { &.btn-default {
background: transparent !important; background: transparent;
border: 0; border: 0;
color: var(--primary); color: var(--primary);
.d-icon { .d-icon {
@ -428,6 +428,7 @@
} }
&:focus, &:focus,
&:focus-visible { &:focus-visible {
background: transparent;
color: var(--tertiary-hover); color: var(--tertiary-hover);
.d-icon { .d-icon {
color: inherit; color: inherit;
@ -435,6 +436,7 @@
} }
.discourse-no-touch & { .discourse-no-touch & {
&:hover { &:hover {
background: transparent;
color: var(--tertiary-hover); color: var(--tertiary-hover);
.d-icon { .d-icon {
color: inherit; color: inherit;