Skip to content

Commit

Permalink
enhance: explore the data button styles
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelgerber committed Jan 10, 2025
1 parent c831143 commit 0f23a20
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ div.ActionButton {
padding: 0;
}

&:visited {
color: var(--text-color);
}

&:hover {
background-color: var(--hover-fill);
text-decoration: var(--hover-decoration);
Expand Down

0 comments on commit 0f23a20

Please sign in to comment.