mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Fix Deploy menu focus style
This commit is contained in:
parent
78aeb94917
commit
5cb888328e
@ -43,7 +43,8 @@
|
||||
overflow: hidden;
|
||||
background-color: $menuDivider;
|
||||
}
|
||||
& > li > a {
|
||||
& > li > a,
|
||||
& > li > a:focus {
|
||||
display: block;
|
||||
padding: 4px 0 4px 32px;
|
||||
clear: both;
|
||||
@ -51,6 +52,7 @@
|
||||
line-height: 20px;
|
||||
color: $menuColor;
|
||||
white-space: normal !important;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
& > .active > a,
|
||||
|
@ -219,6 +219,8 @@
|
||||
text-indent: 0px;
|
||||
}
|
||||
}
|
||||
> li > a:hover,
|
||||
> li > a:focus,
|
||||
> li:hover > a,
|
||||
> li:focus > a {
|
||||
background: $header-menu-item-hover !important;
|
||||
@ -229,8 +231,8 @@
|
||||
li.disabled a {
|
||||
color: $header-menu-color-disabled;
|
||||
}
|
||||
> li.disabled:hover > a,
|
||||
> li.disabled:focus > a {
|
||||
> li.disabled > a:hover,
|
||||
> li.disabled > a:focus {
|
||||
background: none !important;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user