Skip to content

Commit 33ad430

Browse files
committed
Underline button label upon button focus or hover
1 parent 720c952 commit 33ad430

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

css/base.css

+5
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@
7070
max-inline-size: 15rem;
7171
padding: 0.8rem;
7272
border-radius: 4px;
73+
74+
&:focus,
75+
&:hover {
76+
text-decoration: underline;
77+
}
7378
}
7479

7580
/* Individual buttons */

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "klaro-ui",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "The Klaro consent manager custom UI for the California Digital Library",
55
"scripts": {
66
"start": "run-p parcel:dev watch:styles watch:js --silent",

0 commit comments

Comments
 (0)