Make ghost button background transparent

pull/21833/head
Germain Souquet 2021-07-08 10:37:40 +02:00
parent 72acd5a611
commit 16dc3c47e1
1 changed files with 1 additions and 1 deletions

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;
}