Make caret for version drop-down more visible

pull/5238/head
William Stewart 2017-08-29 12:42:55 +02:00
parent a17a3b9cb1
commit e50af70c1f
1 changed files with 7 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,10 @@ 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