Skip to content

Commit

Permalink
Adding tooltip fix to SCSS
Browse files Browse the repository at this point in the history
  • Loading branch information
NYRI4 committed Nov 11, 2023
1 parent 6219dac commit 1a87bcd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 176 deletions.
172 changes: 0 additions & 172 deletions betterdiscord/comfy.theme.css

This file was deleted.

6 changes: 3 additions & 3 deletions betterdiscord/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2128,6 +2128,9 @@
:root .item__183e8.colorDanger_eec36d:hover, :root .item__183e8.colorDanger_eec36d.focused__27621, :root .item__183e8.colorDanger_eec36d:active:not(.hideInteraction-2jPGL_) {
background-color: rgba(240, 71, 71, 0.1019607843);
}
:root [class*=disabledPointerEvents][style*="left: -"] {
left: 0 !important;
}
:root .container__4bde3 > .content__0e954 {
position: relative;
}
Expand Down Expand Up @@ -2526,6 +2529,3 @@
top: 13px;
right: 50px;
}
:root [class*="disabledPointerEvents"][style*="left: -"] {
left: 0 !important;
}
7 changes: 6 additions & 1 deletion stuff/_other.scss
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,11 @@
}
}

// Fix for user menu tooltip (thx Metro420yt)
[class*="disabledPointerEvents"][style*="left: -"] {
left: 0 !important;
}

// Loading screen
.container__4bde3 > .content__0e954 {
position: relative;
Expand Down Expand Up @@ -602,4 +607,4 @@
.headerArtPlaceholder__4f00a {
background-color: var(--background-tertiary);
}
}
}

0 comments on commit 1a87bcd

Please sign in to comment.