mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 09:05:06 +08:00
DEV: remove !important from btn-transparent background (#29809)
This commit is contained in:
parent
f1849199e9
commit
809ce5f5da
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user