&:hover {
border-color: $grey;
}
- &:focus {
- background-color: white;
- box-shadow: none;
- }
}
&.show .btn-outline-secondary {
background-color: white;
- &:focus {
- box-shadow: none;
- }
}
}
margin-bottom: 10px;
outline: none;
- &:hover {
+ &:hover,
+ &:focus {
background-color: black;
}
vertical-align: middle;
}
}
-
- a.reverse_directions {
- cursor: pointer;
- }
}
/* Rules for user images */