UX: More selectors for transparent buttons (#31155)

This commit is contained in:
Jordan Vidrine 2025-02-03 20:04:16 -06:00 committed by GitHub
parent 0b35f72e6a
commit 9991eacef4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -437,7 +437,9 @@
.btn-transparent {
&,
&.btn-default,
&.btn-text {
&.btn-text,
&.btn-icon,
&.no-text {
background: transparent;
border: 0;
color: var(--primary);