Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

enh(ui) : indent third level menu #7251

Merged
merged 1 commit into from
Mar 6, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions www/front_src/src/styles/partials/_side-nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ a {
background: $turquoise-centreon-primary;
color: $white-color;
}

}
&:hover {
.collapsed-level-item-link {
Expand Down Expand Up @@ -395,7 +394,7 @@ a {
font-size: 0.8rem;
background-color: $white-color;
display: block;
padding: 3px 10px 3px 47px;
padding: 3px 10px 3px 56px;
border-bottom: 1px solid #f7f7f7;
text-align: left;
}
Expand Down Expand Up @@ -437,11 +436,7 @@ a {
.collapsed-level-item {
background-color: $white-color;
.collapsed-level-item-link {
padding: 8px 10px 8px 47px;
// &:hover {
// color: $white-color;
// background-color: #0a78a5;
// }
padding: 8px 10px 8px 56px;
}
}
}
Expand Down