Skip to content

Commit ab2fe6c

Browse files
b216
1 parent 8bbdd46 commit ab2fe6c

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

src/Modules/Components/Navbar/Navbar.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,11 @@
166166
color : components('navbar', 'menu', 'hover', 'color');
167167
background-color: components('navbar', 'menu', 'hover', 'background-color');
168168
}
169+
&:active,
170+
&.#{class('button', 'active')} {
171+
color : components('navbar', 'menu', 'active', 'color');
172+
background-color: components('navbar', 'menu', 'active', 'background-color');
173+
}
169174
}
170175
}
171176
.#{class('button', 'dropdown')}:last-child,

src/options.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,10 @@ $options: (
532532
'hover': (
533533
'color' : components('menu', 'item', 'hover', 'color'),
534534
'background-color': components('menu', 'item', 'hover', 'background-color')
535+
),
536+
'active': (
537+
'color' : components('menu', 'item', 'active', 'color'),
538+
'background-color': components('menu', 'item', 'active', 'background-color')
535539
)
536540
),
537541
'styles': (

0 commit comments

Comments
 (0)