Add focus ring around Button component
parent
8bb5f160f0
commit
06613ffa4d
|
@ -17,6 +17,16 @@
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
.button:focus,
|
||||
.link:focus {
|
||||
box-shadow: 0 0 0 calc(4rem / 16) var(--secondary-accent);
|
||||
}
|
||||
|
||||
.small.button:focus,
|
||||
.small.link:focus {
|
||||
box-shadow: 0 0 0 calc(3rem / 16) var(--secondary-accent);
|
||||
}
|
||||
|
||||
.link {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue