We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 720c952 commit 33ad430Copy full SHA for 33ad430
css/base.css
@@ -70,6 +70,11 @@
70
max-inline-size: 15rem;
71
padding: 0.8rem;
72
border-radius: 4px;
73
+
74
+ &:focus,
75
+ &:hover {
76
+ text-decoration: underline;
77
+ }
78
}
79
80
/* Individual buttons */
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "klaro-ui",
3
- "version": "1.0.0",
+ "version": "1.1.0",
4
"description": "The Klaro consent manager custom UI for the California Digital Library",
5
"scripts": {
6
"start": "run-p parcel:dev watch:styles watch:js --silent",
0 commit comments