File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed
components/navigation/src
proprietary/design-tokens/src/component/utrecht Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 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 {
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 218218 "padding-inline-end" : {},
219219 "hover" : {
220220 "color" : {},
221- "border-color" : {}
221+ "border-color" : {},
222+ "background-color" : {}
222223 },
223224 "focus" : {
224225 "color" : {},
You can’t perform that action at this time.
0 commit comments