Fix forms button UI

This commit is contained in:
yflory 2021-10-28 17:46:05 +02:00
parent 1915c06470
commit 448a2abb93
1 changed files with 2 additions and 0 deletions

View File

@ -381,6 +381,7 @@
.cp-form-creator-types {
.btn-secondary {
background: transparent;
display: inline-flex;
&:hover, &:not(:disabled):active, &:focus {
background-color: @cryptpad_color_brand_fadest;
}
@ -427,6 +428,7 @@
.cp-form-creator-types {
.btn-secondary {
background: transparent;
display: inline-flex;
&:hover, &:not(:disabled):active, &:focus {
background-color: @cryptpad_color_brand_fadest;
}