Skip to content

Commit

Permalink
fix(app.component.scss): 删掉.devui-menu的class
Browse files Browse the repository at this point in the history
  • Loading branch information
lycHub committed Oct 28, 2023
1 parent 96a6a8d commit 3e9b9a8
Showing 1 changed file with 0 additions and 41 deletions.
41 changes: 0 additions & 41 deletions src/app/app.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -260,47 +260,6 @@ body[ui-theme='galaxy-theme'] {
}
}

/* .devui-menu {
outline: none;
margin-bottom: 0;
padding-left: 0;
list-style: none;
z-index: 1050;
background: $devui-base-bg;
}
.devui-menu-item {
text-overflow: ellipsis;
overflow: hidden;
padding-left: 20px;
height: 40px;
display: flex;
align-items: center;
&:not(.devui-menu-item-selected):hover {
background-color: $devui-list-item-hover-bg;
a {
color: $devui-list-item-hover-text;
}
}
}
.devui-menu-item > a {
@include font-content();
display: block;
color: $devui-text;
text-decoration: none;
}
.devui-menu-item-selected {
a {
color: $devui-brand-active;
font-weight: bold;
}
} */

.main {
.docs-header {
& > h1 {
Expand Down

0 comments on commit 3e9b9a8

Please sign in to comment.