Skip to content

Commit

Permalink
reverted style changes
Browse files Browse the repository at this point in the history
Refs: #6251
  • Loading branch information
AlexanderSchmidtCE committed Oct 29, 2024
1 parent 0e144dd commit 4585c96
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
5 changes: 0 additions & 5 deletions packages/components/src/components/input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,4 @@
.input {
background-color: white;
}

.kol-span-wc {
place-items: unset;
width: fit-content;
}
}
7 changes: 1 addition & 6 deletions packages/components/src/components/label.scss
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
@import 'style';

@layer kol-component {
.required label > .kol-span-wc > span > .span-label::after,
.required label > span::after,
.required legend > span::after {
content: '*';
}

.kol-span-wc {
place-items: unset;
width: fit-content;
}
}
5 changes: 5 additions & 0 deletions packages/themes/default/src/@shared/input-core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,9 @@
:not(.disabled) .input:hover {
border-color: var(--color-primary);
}

.required label > span::after {
content: '*';
padding-left: 0.125em;
}
}
2 changes: 1 addition & 1 deletion packages/themes/default/src/components/button-link.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
position: unset;
}

.badge-text-hint {
.access-key-hint {
background-color: var(--color-mute-variant);
border-radius: 3px;
color: var(--color-text);
Expand Down
5 changes: 5 additions & 0 deletions packages/themes/default/src/components/input-checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@
margin-top: rem(2);
}

.required label > span::after {
content: '*';
padding-left: 0.125em;
}

.kol-input input[type='checkbox'] {
appearance: none;
background-color: white;
Expand Down
2 changes: 1 addition & 1 deletion packages/themes/default/src/mixins/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
border-color: transparent;
}

.badge-text-hint {
.access-key-hint {
background-color: var(--color-mute-variant);
border-radius: 3px;
color: var(--color-text);
Expand Down
2 changes: 1 addition & 1 deletion packages/themes/ecl/src/ecl-ec/components/button-link.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
position: unset;
}

.badge-text-hint {
.access-key-hint {
background-color: var(--color-mute-variant);
border-radius: 3px;
color: var(--color-text);
Expand Down

0 comments on commit 4585c96

Please sign in to comment.