ef2c00bc by Jeremy Groot

u

1 parent 14482943
......@@ -6845,6 +6845,12 @@ label.screen-reader-text {
.col-sm-smallMenu a.tab_menu.orange .selected-arrow {
border-color: transparent transparent transparent #f16522;
}
.col-sm-smallMenu a.tab_menu.light-orange {
background-color: #f16522;
}
.col-sm-smallMenu a.tab_menu.light-orange .selected-arrow {
border-color: transparent transparent transparent #f16522;
}
.col-sm-smallMenu a.tab_menu.current-menu-item .selected-arrow {
display: block;
position: absolute;
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -93,6 +93,14 @@
}
}
&.light-orange {
background-color: #f16522;
.selected-arrow {
border-color: transparent transparent transparent #f16522;
}
}
&.current-menu-item {
.selected-arrow {
display: block;
......