Skip to content

Commit

Permalink
Further class updates with ClassUpdate
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed Nov 1, 2023
1 parent 58e05f6 commit a943610
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions scss/main/_channels.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
}

// Server event
.container-2Y4CWj {
.container__30406 {
background: $color-tooltip-2;
--header-primary: #{$black};
--header-secondary: #{$black};
Expand Down Expand Up @@ -79,7 +79,7 @@
}

// Channel
:is(.wrapper__7bcde, .container-32HW5s, .link__95dc0) {
:is(.wrapper__7bcde, .container__8759a, .link__95dc0) {
border-radius: 0;

// Channel actions
Expand Down Expand Up @@ -152,7 +152,7 @@
}

// Menu item
.container-32HW5s {
.container__8759a {
border-radius: 0;
}
}
Expand Down
6 changes: 3 additions & 3 deletions scss/main/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
// Channels sidebar and main chat
.base__3e6af {
// Notice banner
.notice-2olXi7 {
.notice__5fd4c {
top: $window-top;
margin: 0 $window-right 0 $window-left;
width: auto;
Expand Down Expand Up @@ -107,8 +107,8 @@
}

// Forums
.headerRow-1MKoR-,
.list-3FIpnh > div:first-child {
.headerRow__16d8e,
.list__5ced9 > div:first-child {
min-width: 0;
}

Expand Down
4 changes: 2 additions & 2 deletions scss/main/_taskbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}

// Unread icon
.lowerBadge-3WTshO .numberBadge__50328 {
.lowerBadge__669e7 .numberBadge__50328 {
opacity: 0.8;
}

Expand All @@ -36,7 +36,7 @@
border-radius: 0 0 100% 100% / 0 0 12px 12px;

.wrapper__3af0b {
.svg-2zuE5p {
.svg_ad7356 {
height: inherit;
width: inherit;
}
Expand Down
4 changes: 2 additions & 2 deletions scss/overlay/popover/_colour.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
@use "../../top/shadows" as shd;

// Color picker
.colorPickerCustom-1swUKF {
.customColorPicker__3cb6a {
@include box.beigeBox;

// Hex code box
.input-2g-os5 {
.input_d266e7 {
@include bt.button;
}

Expand Down
12 changes: 6 additions & 6 deletions scss/overlay/popover/_role.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@use "../../top/buttons" as bt;

// Select role preview
.container-3ssFyj {
.container__9bb08 {
@include box.beigeBox;

// Search role
Expand All @@ -12,22 +12,22 @@
}

// Role
.item-1BCeuB {
.item__287de {
border-radius: 0;

&.selected-22ukbQ {
&.selected__511cf {
background: $color-selected;
}

.itemLabel-27pirQ span {
.itemLabel__6d2fe span {
background: var(--xp-bg-tint-color);
}

// Checkbox
.box-BHImcZ {
.box__66058 {
border-radius: 0;

&.checked-1pZh2h {
&.checked__24ad6 {
background: $color-shortcut-2 !important;

path {
Expand Down
2 changes: 1 addition & 1 deletion scss/overlay/popover/topbar/_inbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
margin: 0;

// Selected tab
&.selected-g-kMVV {
&.selected__5711d {
padding-top: 1px;
height: 25px;
background: linear-gradient(to bottom, orange, $white 10%, $color-tooltip-2 80%);
Expand Down
4 changes: 2 additions & 2 deletions scss/overlay/popover/topbar/_threads.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@

// No threads
.container__50947 {
.defaultColor-HXu-5n,
.text-md-normal-304U3g {
.defaultColor__87d87,
.text-md-normal__4afad {
color: var(--xp-txt-color) !important;
}

Expand Down
2 changes: 1 addition & 1 deletion scss/part/_avatarsphere.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@use "../top/color-generic" as *;

// Avatar sphere effect
.wrapper-1VLyxH::before {
.wrapper_edb6e0::before {
content: "";
display: block;
position: absolute;
Expand Down

0 comments on commit a943610

Please sign in to comment.