This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
spawntree
/
ihk24
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
form centric
master
FlorianEisenmenger
8 months ago
parent
cb85ec3eb3
commit
fcdad4c7cd
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
gfi-ihk-2024/stories/components/form-element-form-centric/FormElementFormCentricComponent.js
+1
-1
gfi-ihk-2024/stories/components/form-element-form-centric/form-element-form-centric.scss
+ 1
- 0
gfi-ihk-2024/stories/components/form-element-form-centric/FormElementFormCentricComponent.js
View File
@@ -197,6 +197,7 @@ export const createFormCentricElement = ({
input.id = id;
input.name = name;
input.classes = ['mwf-file__input'];
input.setAttribute("aria-hidden", "true");
}
return wrapper;
+ 1
- 1
gfi-ihk-2024/stories/components/form-element-form-centric/form-element-form-centric.scss
View File
@@ -181,7 +181,7 @@
display: block;
text-align: center;
label {
color:
#b4b4b4
;
color:
var(--theme-color-primary)
;
font-size: 110%;
font-weight: 200;
line-height: 1.5em;
Write
Preview
Loading…
Cancel
Save