Make caret for version drop-down more visible in v1.6

This commit is contained in:
Andrew Chen 2017-09-01 17:06:40 -07:00
parent ee8bef1bba
commit b7bdec1414
1 changed files with 6 additions and 0 deletions

View File

@ -258,6 +258,9 @@ ul.global-nav
left: 0
background: #fff
.ui-icon
filter: brightness(0) invert(1)
ul
display: none
position: fixed
@ -286,6 +289,9 @@ ul.global-nav
.open-nav ul.global-nav li a,
color: $dark-grey
.flip-nav ul.global-nav li a .ui-icon
filter: brightness(0)
.flip-nav ul.global-nav li ul li a,
background: #fff
color: $dark-grey