mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 11:04:42 +00:00
theme - fix DEPRECATION WARNING: The selector "> li:last-child > a" is invalid CSS.
This commit is contained in:
parent
15fbd36792
commit
6d2c6502b5
@ -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){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user