improved checkcollision performance

This commit is contained in:
2018-04-20 11:18:05 +02:00
parent 6d40f860e4
commit 79071bf0cc
4 changed files with 58 additions and 40 deletions
@@ -2589,7 +2589,7 @@ footer {
footer .block-block-edlp-entrees div.item-list ul li.opened .entree-content {
width: 350px;
opacity: 1; }
footer .block-block-edlp-entrees div.item-list.opened li:not(.opened):not(.highlighted) a.term-link, footer .block-block-edlp-entrees div.item-list.highlighted li:not(.opened):not(.highlighted) a.term-link {
footer .block-block-edlp-entrees div.item-list.opened li:not(.opened):not(.highlighted):not(:hover) a.term-link, footer .block-block-edlp-entrees div.item-list.highlighted li:not(.opened):not(.highlighted):not(:hover) a.term-link {
color: #a1a1a1; }
footer .block.random-player {
margin-bottom: 1em;
@@ -1744,7 +1744,7 @@ footer{
}
}
&.opened, &.highlighted{
li:not(.opened):not(.highlighted){
li:not(.opened):not(.highlighted):not(:hover){
a.term-link{
color:#a1a1a1;
}