Skip to content

Commit 9abb541

Browse files
marcoscv-workbrianchandotcom
authored andcommitted
LPS-125675 - Remove no longer needed styles
1 parent 734b199 commit 9abb541

File tree

1 file changed

+6
-24
lines changed

1 file changed

+6
-24
lines changed

modules/apps/product-navigation/product-navigation-product-menu-theme-contributor/src/main/resources/META-INF/resources/product_navigation_product_menu.scss

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -381,32 +381,10 @@
381381
line-height: 1.5;
382382
position: relative;
383383

384-
.panel-title > .panel-toggler {
385-
&:not(.collapsed) {
386-
font-weight: 700;
387-
padding-left: 24px;
388-
}
389-
390-
&:hover {
391-
text-decoration: none;
392-
}
393-
394-
&:before {
395-
bottom: 4px;
396-
left: 8px;
397-
right: 8px;
398-
top: 4px;
399-
}
400-
401-
.category-name,
402-
.depot-type,
403-
.site-name,
404-
.user-name {
405-
color: $product-menu-panel-title-color;
406-
}
407-
384+
.panel-title {
408385
.depot-type,
409386
.site-name {
387+
color: $product-menu-panel-title-color;
410388
line-height: 1.25;
411389
}
412390

@@ -415,6 +393,10 @@
415393
font-weight: normal;
416394
text-transform: uppercase;
417395
}
396+
397+
.site-name {
398+
text-transform: none;
399+
}
418400
}
419401
}
420402

0 commit comments

Comments
 (0)