qa
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
6 changed files
with
9 additions
and
3 deletions
| ... | @@ -15139,7 +15139,6 @@ body { | ... | @@ -15139,7 +15139,6 @@ body { |
| 15139 | position: absolute; | 15139 | position: absolute; |
| 15140 | top: 12px; | 15140 | top: 12px; |
| 15141 | right: 0px; | 15141 | right: 0px; |
| 15142 | display: none !important; | ||
| 15143 | } | 15142 | } |
| 15144 | .back-one-level { | 15143 | .back-one-level { |
| 15145 | background-color: #EE0000; | 15144 | background-color: #EE0000; |
| ... | @@ -15294,6 +15293,10 @@ body { | ... | @@ -15294,6 +15293,10 @@ body { |
| 15294 | .list-wrapper3 ul.mega-sub-menu { | 15293 | .list-wrapper3 ul.mega-sub-menu { |
| 15295 | display: block !important; | 15294 | display: block !important; |
| 15296 | } | 15295 | } |
| 15296 | .list-wrapper2 li.mega-menu-item-has-children > a.mega-menu-link:after, | ||
| 15297 | .list-wrapper3 li.mega-menu-item-has-children > a.mega-menu-link:after { | ||
| 15298 | display: none !important; | ||
| 15299 | } | ||
| 15297 | .list-wrapper2.is-visible, | 15300 | .list-wrapper2.is-visible, |
| 15298 | .list-wrapper3.is-visible { | 15301 | .list-wrapper3.is-visible { |
| 15299 | transform: none !important; | 15302 | transform: none !important; | ... | ... |
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.
| ... | @@ -173,7 +173,7 @@ | ... | @@ -173,7 +173,7 @@ |
| 173 | position: absolute; | 173 | position: absolute; |
| 174 | top: 12px; | 174 | top: 12px; |
| 175 | right: 0px; | 175 | right: 0px; |
| 176 | display: none !important; | 176 | |
| 177 | } | 177 | } |
| 178 | 178 | ||
| 179 | .back-one-level{ | 179 | .back-one-level{ |
| ... | @@ -344,6 +344,9 @@ | ... | @@ -344,6 +344,9 @@ |
| 344 | ul.mega-sub-menu{ | 344 | ul.mega-sub-menu{ |
| 345 | display: block !important; | 345 | display: block !important; |
| 346 | } | 346 | } |
| 347 | li.mega-menu-item-has-children > a.mega-menu-link:after{ | ||
| 348 | display: none !important; | ||
| 349 | } | ||
| 347 | 350 | ||
| 348 | } | 351 | } |
| 349 | 352 | ... | ... |
-
Please register or sign in to post a comment