Don't highlight border when hovering on user-menu button
This commit is contained in:
parent
5ce212de83
commit
523f84d103
1 changed files with 3 additions and 1 deletions
|
@ -229,8 +229,10 @@ nav.secondary {
|
|||
.user-menu {
|
||||
.btn-outline-secondary {
|
||||
@include button-outline-variant($darkgrey, $darkgrey, white, $darkgrey);
|
||||
// @include button-outline-variant($grey, $grey, white, $grey);
|
||||
border-color: $grey;
|
||||
&:hover {
|
||||
border-color: $grey;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue