theme - fix DEPRECATION WARNING: The selector "> li:last-child > a" is invalid CSS.

This commit is contained in:
Ad Schellevis 2023-02-22 17:59:26 +01:00 committed by Franco Fichtner
parent 15fbd36792
commit 6d2c6502b5

View File

@ -594,7 +594,7 @@ ul.nav > li.dropdown > ul.dropdown-menu > li > a {
}
}
> li:last-child > a{
li:last-child > a{
border-right:1px solid transparent !important;
@media (max-width:$screen-xs-max){