Make ghost button background transparent

This commit is contained in:
Germain Souquet 2021-07-08 10:37:40 +02:00
parent 72acd5a611
commit 16dc3c47e1

View file

@ -72,7 +72,7 @@ limitations under the License.
.mx_AccessibleButton_kind_danger_outline {
color: $button-danger-bg-color;
background-color: $button-secondary-bg-color;
background-color: transparent;
border: 1px solid $button-danger-bg-color;
}