Skip to content

Commit

Permalink
Underline button label upon button focus or hover
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelCDL committed Dec 19, 2024
1 parent 720c952 commit 33ad430
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@
max-inline-size: 15rem;
padding: 0.8rem;
border-radius: 4px;

&:focus,
&:hover {
text-decoration: underline;
}
}

/* Individual buttons */
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "klaro-ui",
"version": "1.0.0",
"version": "1.1.0",
"description": "The Klaro consent manager custom UI for the California Digital Library",
"scripts": {
"start": "run-p parcel:dev watch:styles watch:js --silent",
Expand Down

0 comments on commit 33ad430

Please sign in to comment.