Skip to content

Commit 63d535b

Browse files
author
Kyle Kim
committed
Font family fixes
1 parent 4bb933e commit 63d535b

2 files changed

Lines changed: 9 additions & 13 deletions

File tree

dist/_wfui-react.scss

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1541,7 +1541,6 @@ div.wfui-checkboxes-hybrid label div.checkboxHybrid input {
15411541
border-radius: 5px !important;
15421542
border: 1px solid #c1c4c7;
15431543
outline: none;
1544-
font-family: 'Open Sans';
15451544
font-size: 14px;
15461545
resize: none; }
15471546

@@ -1553,7 +1552,6 @@ div.wfui-checkboxes-hybrid label div.checkboxHybrid input {
15531552
border-radius: 5px !important;
15541553
border: 1px solid #c1c4c7;
15551554
outline: none;
1556-
font-family: 'Open Sans';
15571555
font-size: 14px;
15581556
resize: none; }
15591557

@@ -2206,7 +2204,7 @@ div.ReactTags__suggestions ul li.ReactTags__activeSuggestion {
22062204
background: none;
22072205
border: none;
22082206
padding: 0; }
2209-
.wfui-form-disabled.wfui-form-singlecheckbox .active.checkbox input[type="checkbox"] {
2207+
.wfui-form-disabled.wfui-form-singlecheckbox .active.checkbox input[type='checkbox'] {
22102208
display: none; }
22112209

22122210
.wfui-form-disabled .wfui-checkboxes-hybrid .checkbox,
@@ -2221,8 +2219,8 @@ div.ReactTags__suggestions ul li.ReactTags__activeSuggestion {
22212219
background: none;
22222220
border: none;
22232221
padding: 0; }
2224-
.wfui-form-disabled .wfui-checkboxes-hybrid .active.checkbox input[type="checkbox"],
2225-
.wfui-form-disabled .wfui-form-checkboxes .active.checkbox input[type="checkbox"] {
2222+
.wfui-form-disabled .wfui-checkboxes-hybrid .active.checkbox input[type='checkbox'],
2223+
.wfui-form-disabled .wfui-form-checkboxes .active.checkbox input[type='checkbox'] {
22262224
display: none; }
22272225

22282226
.wfui-form-disabled .wfui-radios-hybrid .radio,
@@ -2237,8 +2235,8 @@ div.ReactTags__suggestions ul li.ReactTags__activeSuggestion {
22372235
background: none;
22382236
border: none;
22392237
padding: 0; }
2240-
.wfui-form-disabled .wfui-radios-hybrid .active.radio input[type="radio"],
2241-
.wfui-form-disabled .wfui-form-radios .active.radio input[type="radio"] {
2238+
.wfui-form-disabled .wfui-radios-hybrid .active.radio input[type='radio'],
2239+
.wfui-form-disabled .wfui-form-radios .active.radio input[type='radio'] {
22422240
display: none; }
22432241

22442242
.wfui-form-disabled .wfui-form-select select.form-control {

src/FormFields/index.scss

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,6 @@ div.wfui-checkboxes-hybrid label div.checkboxHybrid input {
495495
border-radius: 5px !important;
496496
border: 1px solid #c1c4c7;
497497
outline: none;
498-
font-family: 'Open Sans';
499498
font-size: 14px;
500499
resize: none;
501500
}
@@ -508,7 +507,6 @@ div.wfui-checkboxes-hybrid label div.checkboxHybrid input {
508507
border-radius: 5px !important;
509508
border: 1px solid #c1c4c7;
510509
outline: none;
511-
font-family: 'Open Sans';
512510
font-size: 14px;
513511
resize: none;
514512
}
@@ -1268,7 +1266,7 @@ div.ReactTags__suggestions ul li.ReactTags__activeSuggestion {
12681266
border: none;
12691267
padding: 0;
12701268
}
1271-
input[type="checkbox"] {
1269+
input[type='checkbox'] {
12721270
display: none;
12731271
}
12741272
}
@@ -1285,7 +1283,7 @@ div.ReactTags__suggestions ul li.ReactTags__activeSuggestion {
12851283
border: none;
12861284
padding: 0;
12871285
}
1288-
input[type="checkbox"] {
1286+
input[type='checkbox'] {
12891287
display: none;
12901288
}
12911289
}
@@ -1302,13 +1300,13 @@ div.ReactTags__suggestions ul li.ReactTags__activeSuggestion {
13021300
border: none;
13031301
padding: 0;
13041302
}
1305-
input[type="radio"] {
1303+
input[type='radio'] {
13061304
display: none;
13071305
}
13081306
}
13091307
}
13101308
.wfui-form-select {
1311-
select.form-control{
1309+
select.form-control {
13121310
padding: 0;
13131311
border: none;
13141312
background: none;

0 commit comments

Comments
 (0)