Skip to content

Commit

Permalink
lint error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
myrta2302 committed Dec 20, 2024
1 parent 56f5ea3 commit 83fbfd1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/styles/src/components/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ tokens.$default-map: components.$post-button;
color: ButtonText;
background-color: ButtonFace;
border: 2px solid ButtonBorder;

&:hover {
border-color: Highlight !important;
}
Expand Down
4 changes: 4 additions & 0 deletions packages/styles/src/components/header/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ post-header {
background-color: ButtonFace !important;
color: ButtonText !important;
border: 2px solid ButtonBorder;

&:hover {
border-color: Highlight !important;
}
Expand All @@ -75,15 +76,18 @@ post-header {
color: LinkText !important;
text-decoration: underline !important;
text-decoration-thickness: 1px !important;

&:hover {
text-decoration-thickness: 2px !important;
}
}
}

button {
background-color: ButtonFace !important;
color: ButtonText !important;
border: 2px solid ButtonBorder;

&:hover {
border-color: Highlight !important;
}
Expand Down

0 comments on commit 83fbfd1

Please sign in to comment.