mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 03:06:53 +08:00
UX: More selectors for transparent buttons (#31155)
This commit is contained in:
@ -437,7 +437,9 @@
|
|||||||
.btn-transparent {
|
.btn-transparent {
|
||||||
&,
|
&,
|
||||||
&.btn-default,
|
&.btn-default,
|
||||||
&.btn-text {
|
&.btn-text,
|
||||||
|
&.btn-icon,
|
||||||
|
&.no-text {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border: 0;
|
border: 0;
|
||||||
color: var(--primary);
|
color: var(--primary);
|
||||||
|
Reference in New Issue
Block a user