Merge pull request #6331 from matrix-org/gsouquet/ghost-button-background

Make ghost button background transparent
This commit is contained in:
Germain
2021-07-12 09:07:52 +01:00
committed by GitHub

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