mirror of
https://github.com/discourse/discourse.git
synced 2024-11-21 16:38:15 -06: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-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;
|
||||
|
Loading…
Reference in New Issue
Block a user