Skip to content

Commit

Permalink
Merge pull request #12109 from rak-phillip/bugfix/12108-header-styles
Browse files Browse the repository at this point in the history
Fix style regression in header component
  • Loading branch information
rak-phillip authored Oct 8, 2024
2 parents c557b51 + e8d6f75 commit 6146198
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
22 changes: 22 additions & 0 deletions shell/components/nav/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -958,6 +958,28 @@ export default {
}
}
:deep(.actions) {
align-items: center;
cursor: pointer;
display: flex;
> I {
font-size: 18px;
padding: 6px;
&:hover {
color: var(--link);
}
}
:deep(.v-popper:focus) {
outline: 0;
}
.dropdown {
margin: 0 -10px;
}
}
.header-spacer {
background-color: var(--header-bg);
position: relative;
Expand Down
22 changes: 0 additions & 22 deletions shell/components/nav/HeaderPageActionMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -131,28 +131,6 @@ const handleBlurEvent = (event: KeyboardEvent) => {
}
}

.actions {
align-items: center;
cursor: pointer;
display: flex;

> I {
font-size: 18px;
padding: 6px;
&:hover {
color: var(--link);
}
}

:deep(.v-popper:focus) {
outline: 0;
}

.dropdown {
margin: 0 -10px;
}
}

.list-unstyled {
li {
a {
Expand Down

0 comments on commit 6146198

Please sign in to comment.