Skip to content

Commit

Permalink
fix(demo): actually show active buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
NickDJM authored Mar 7, 2024
1 parent e720086 commit a478d12
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions demo/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,11 @@ button {
background: var(--am-button-hover-background, var(--am-active-theme-primary));
color: var(--am-button-hover-color, var(--am-active-theme-light));
}

&.active {
--am-button-border: 0.125rem solid var(--am-active-theme-secondary);
--am-button-hover-background: var(--am-active-theme-secondary);
}
}

nav {
Expand Down

0 comments on commit a478d12

Please sign in to comment.