We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83e4bdc commit 2aff89bCopy full SHA for 2aff89b
packages/ffe-form/less/checkbox.less
@@ -6,6 +6,7 @@
6
--square-background-color: var(--ffe-v-input-bg-color);
7
--checkmark-color: transparent;
8
9
+ isolation: isolate;
10
line-height: var(--line-height);
11
display: grid;
12
grid-column-gap: var(--ffe-spacing-xs);
packages/ffe-form/less/radio-button.less
@@ -3,6 +3,7 @@
3
--outer-circle-color: var(--ffe-g-border-color);
4
--inner-circle-color: var(--ffe-v-input-bg-color);
5
overflow-wrap: anywhere;
font-family: var(--ffe-g-font);
0 commit comments