Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LPS-78462 - Control menu bg color fix #55885

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -83,10 +83,10 @@ body.open-admin-panel, body.sidenav-transition {
}

.display-style-bar {
margin: 10px;
padding: 8px 16px;

.display-style {
padding: 5px;
padding: 8px;

&.active {
color: #869CAD;
Expand Down
Expand Up @@ -5,7 +5,7 @@ $control-menu-css-transition: all 0.5s ease !default;

$control-menu-level-1-active-border: #65B6F0 !default;
$control-menu-level-1-active-border-width: 2px !default;
$control-menu-level-1-bg: #29343D !default;
$control-menu-level-1-bg: #272833 !default;
$control-menu-level-1-color: #869CAD !default;
$control-menu-level-1-link-color: #FFF !default;
$control-menu-level-1-link-hover-color: $control-menu-level-1-link-color !default;
Expand Down
Expand Up @@ -89,10 +89,14 @@ body {
}

.product-menu {
.nav a {
a {
color: $product-menu-nav-link-color;
}

.dropdown-menu a {
color: inherit;
}

.nav-equal-height {
.nav > .active, > .active {
border-left: 4px solid $product-menu-nav-link-active-color;
Expand Down
2 changes: 1 addition & 1 deletion modules/apps/web-experience/staging/staging-api/bnd.bnd
@@ -1,7 +1,7 @@
Bundle-Name: Liferay Staging API
Bundle-SymbolicName: com.liferay.staging.api
Bundle-Version: 2.2.0
Export-Package:
Export-Package:\
com.liferay.staging,\
com.liferay.staging.constants
Liferay-Releng-Module-Group-Description:
Expand Down