Skip to content

Commit

Permalink
fix(npm): profile dropdown menu in header (catppuccin#1027)
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter authored Jun 27, 2024
1 parent 49dc543 commit 2fd7410
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions styles/npm/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@name npm Catppuccin
@namespace github.com/catppuccin/userstyles/styles/npm
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/npm
@version 0.0.5
@version 0.0.6
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/npm/catppuccin.user.css
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Anpm
@description Soothing pastel theme for npm
Expand Down Expand Up @@ -234,18 +234,20 @@
#signup {
border-color: @surface0;
}
nav > button[aria-label="Profile menu"] {
/* Dropdown arrow */
img[alt="avatar"] {
border-color: @text;
nav:has(> button[aria-label="Profile menu"]) {
> button {
/* Dropdown arrow */
img[alt="avatar"] {
border-color: @text;

+ div > svg {
fill: @text;
+ div > svg {
fill: @text;
}
}
}

/* Popup */
+ span > div {
> div > div {
border-color: @surface0;

/* Popup triangle */
Expand Down

0 comments on commit 2fd7410

Please sign in to comment.