Skip to content

Commit

Permalink
Updating button's hover styles in site header (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
ollips authored Nov 14, 2024
1 parent 2fc0420 commit 6940e18
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/beige-monkeys-yell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@microsoft/atlas-css': minor
---

Updating button's hover styles in site-header
1 change: 1 addition & 0 deletions css/src/components/site-header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ $site-header-panel-featured-section-border: 1px solid $table-border-dark !defaul
padding-block: $button-padding-vertical;
padding-inline: $site-header-inline-gap;

&:hover,
&:visited {
color: $site-header-control-color;
}
Expand Down

0 comments on commit 6940e18

Please sign in to comment.