Skip to content

Commit 6581e3a

Browse files
author
Charlotte Gieltjes
committed
feat: add class utrecht-link-button__label to match extended utrecht-link__label
1 parent d04312e commit 6581e3a

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@utrecht/component-library-css": major
3+
"@utrecht/link-button-css": major
4+
---
5+
6+
Add class `utrecht-link-button__label` to match extended `utrecht-link__label`

components/link-button/src/_mixin.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,7 @@
8383
padding-inline-end: 0;
8484
padding-inline-start: 0;
8585
}
86+
87+
@mixin utrecht-link-button__label {
88+
@include utrecht-link__label;
89+
}

components/link-button/src/index.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,7 @@
5757
@extend .utrecht-link-button--active;
5858
}
5959
}
60+
61+
.utrecht-link-button__label {
62+
@include utrecht-link-button__label;
63+
}

0 commit comments

Comments
 (0)