Skip to content

Commit cf2cacf

Browse files
MarwaAliKdhim87
authored andcommitted
feat: added navigation-toggle-button hover state background color token
1 parent 169e2be commit cf2cacf

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

components/navigation/src/_mixin.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@
239239
@mixin utrecht-navigation__toggle-button--hover {
240240
--utrecht-button-subtle-hover-color: var(--utrecht-navigation-toggle-button-hover-color);
241241
--utrecht-button-subtle-hover-border-color: var(--utrecht-navigation-toggle-button-hover-border-color);
242+
--utrecht-button-subtle-hover-background-color: var(--utrecht-navigation-toggle-button-hover-background-color);
242243
}
243244

244245
@mixin utrecht-navigation__toggle-button--focus {

components/navigation/src/tokens.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -804,6 +804,16 @@
804804
"nl.nldesignsystem.figma.supports-token": false
805805
},
806806
"type": "color"
807+
},
808+
"background-color": {
809+
"$extensions": {
810+
"nl.nldesignsystem.css.property": {
811+
"syntax": "<color>",
812+
"inherits": true
813+
},
814+
"nl.nldesignsystem.figma.supports-token": false
815+
},
816+
"type": "color"
807817
}
808818
},
809819
"focus": {

proprietary/design-tokens/src/component/utrecht/navigation.tokens.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,8 @@
218218
"padding-inline-end": {},
219219
"hover": {
220220
"color": {},
221-
"border-color": {}
221+
"border-color": {},
222+
"background-color": {}
222223
},
223224
"focus": {
224225
"color": {},

0 commit comments

Comments
 (0)