Skip to content
Snippets Groups Projects
Commit 87d82041 authored by Eric Bremner's avatar Eric Bremner
Browse files

Merge branch 'feature/ISTWCMS-7227-cookie_focus' into '1.1.x'

ISTWCMS-7227: add focus state for cookie banner button

See merge request !250
parents 984baf24 c089820a
No related branches found
No related tags found
1 merge request!250ISTWCMS-7227: add focus state for cookie banner button
......@@ -65,7 +65,8 @@
font-weight: var(--font-weight-400);
line-height: 1.25;
&:hover {
&:hover,
&:focus {
background-color: transparent;
border: 2px solid var(--uw-black);
color: var(--uw-black);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment