Fix forms button UI

pull/1/head
yflory 3 years ago
parent 1915c06470
commit 448a2abb93

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

Loading…
Cancel
Save