Merge pull request #5271 from kubernetes/chenopis-1.5-patch
Make caret for version drop-down more visible for v1.5
This commit is contained in:
@@ -258,6 +258,9 @@ ul.global-nav
|
|||||||
left: 0
|
left: 0
|
||||||
background: #fff
|
background: #fff
|
||||||
|
|
||||||
|
.ui-icon
|
||||||
|
filter: brightness(0) invert(1)
|
||||||
|
|
||||||
ul
|
ul
|
||||||
display: none
|
display: none
|
||||||
position: fixed
|
position: fixed
|
||||||
@@ -286,6 +289,9 @@ ul.global-nav
|
|||||||
.open-nav ul.global-nav li a,
|
.open-nav ul.global-nav li a,
|
||||||
color: $dark-grey
|
color: $dark-grey
|
||||||
|
|
||||||
|
.flip-nav ul.global-nav li a .ui-icon
|
||||||
|
filter: brightness(0)
|
||||||
|
|
||||||
.flip-nav ul.global-nav li ul li a,
|
.flip-nav ul.global-nav li ul li a,
|
||||||
background: #fff
|
background: #fff
|
||||||
color: $dark-grey
|
color: $dark-grey
|
||||||
|
|||||||
Reference in New Issue
Block a user