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
Branches
Tags
No related merge requests found
...@@ -62,6 +62,11 @@ ...@@ -62,6 +62,11 @@
border-bottom-left-radius: $form-radius; 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 { .radio-right {
border-bottom: 1px solid $form-border; border-bottom: 1px solid $form-border;
border-top: 1px solid $form-border; border-top: 1px solid $form-border;
...@@ -70,6 +75,11 @@ ...@@ -70,6 +75,11 @@
border-bottom-right-radius: $form-radius; 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 { .icon {
width: 100%; width: 100%;
height: 100%; height: 100%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment