Skip to content
Snippets Groups Projects
Commit ef2cb656 authored by Tina Quach's avatar Tina Quach
Browse files

show focus on sprite visibility buttons

parent 3f75f83b
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,11 @@
border-bottom-left-radius: $form-radius;
}
.radio-left:focus {
border-color: #4c97ff;
box-shadow: inset 0 0 0 -2px rgba(0, 0, 0, 0.1);
}
.radio-right {
border-bottom: 1px solid $form-border;
border-top: 1px solid $form-border;
......@@ -70,6 +75,11 @@
border-bottom-right-radius: $form-radius;
}
.radio-right:focus {
border-color: #4c97ff;
box-shadow: inset 0 0 0 -2px rgba(0, 0, 0, 0.1);
}
.icon {
width: 100%;
height: 100%;
......
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