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