Skip to content

Commit 5ec8d30

Browse files
committed
chore: update class names
1 parent be7b3a2 commit 5ec8d30

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

src/content/header/chat.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
box-shadow: var(--elevation-low);
2626
}
2727

28-
&:has(._974928fe84ca9647-search:focus-within),
29-
&:has(._974928fe84ca9647-icon._974928fe84ca9647-pointer) {
28+
&:has(.c322aadb96ff59c9-search:focus-within),
29+
&:has(.c322aadb96ff59c9-icon._974928fe84ca9647-pointer) {
3030
height: calc(var(--headerbar-height) * 2);
3131
}
3232

@@ -116,7 +116,7 @@
116116
}
117117
}
118118

119-
._974928fe84ca9647-icon {
119+
.c322aadb96ff59c9-icon {
120120
@include controls.icon-button-with-tooltip(
121121
$name: "loupe-large",
122122
$direction: "bottom",
@@ -127,7 +127,7 @@
127127

128128
cursor: pointer;
129129

130-
._974928fe84ca9647-search._974928fe84ca9647-open & {
130+
.c322aadb96ff59c9-search.c322aadb96ff59c9-open & {
131131
@include controls.button-selected;
132132
}
133133

@@ -188,7 +188,7 @@
188188
}
189189
}
190190

191-
._974928fe84ca9647-searchBar {
191+
.c322aadb96ff59c9-searchBar {
192192
background: transparent;
193193
color: inherit;
194194
padding: 0;

src/content/sidebar-right/search-results.scss

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@include controls.button;
66
}
77

8-
.f3b986a284a18c78-searchHeader {
8+
.ae7890a1b8e75804-searchHeader {
99
border-bottom: 1px solid var(--secondary_sidebar_border_color);
1010
padding: var(--spacing);
1111

@@ -16,18 +16,18 @@
1616
}
1717
}
1818

19-
._02a39cb2980ceaaf-searchResult {
19+
._80bf8435713f6adb-searchResult {
2020
background-color: transparent;
2121
border: none;
2222
border-radius: 0;
2323
margin: 0;
2424
}
2525

26-
._56fec8e8b8048fe0-searchResultChannelCategory {
26+
._16eb0bfd5c5a90d1-searchResultChannelCategory {
2727
@extend %caption;
2828
}
2929

30-
.c68065c20f8328a7-searchResultGroup {
30+
.a7e67f4ddd7c6bb2-searchResultGroup {
3131
--offset: calc(var(--document-font-size) * 1.25 + 16px);
3232

3333
@include controls.cards-container;
@@ -37,32 +37,32 @@
3737
position: relative;
3838
top: var(--offset);
3939

40-
.c68065c20f8328a7-channelNameIcon,
41-
.c68065c20f8328a7-parentChannelName {
40+
.a7e67f4ddd7c6bb2-channelNameIcon,
41+
.a7e67f4ddd7c6bb2-parentChannelName {
4242
display: none;
4343
}
4444

45-
.c68065c20f8328a7-channelNameContainer {
45+
.a7e67f4ddd7c6bb2-channelNameContainer {
4646
position: absolute;
4747
top: calc(var(--offset) * -1);
4848
}
4949

50-
.c68065c20f8328a7-channelNameText {
50+
.a7e67f4ddd7c6bb2-channelNameText {
5151
@extend %title-2;
5252
}
5353
}
5454

55-
.a9e7064fdee8e9b0-searchResultsWrap {
55+
.a98f3b020416ad54-searchResultsWrap {
5656
border-left: 1px solid var(--secondary_sidebar_border_color);
5757

5858
z-index: 0;
5959

6060
// Clicking on the message does the thing
61-
._02a39cb2980ceaaf-button {
61+
._80bf8435713f6adb-button {
6262
display: none;
6363
}
6464

65-
._02a39cb2980ceaaf-container {
65+
._80bf8435713f6adb-container {
6666
@include controls.card-in-container(
6767
$activatable: true,
6868
$first-selector: ":first-of-type",

src/popovers/search.scss

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@use "typography";
44
@use "util";
55

6-
._1bb324526a52affb-clearSearchHistory {
6+
._8de16516b8d9f538-clearSearchHistory {
77
@include controls.icon-button("user-trash", "32px");
88

99
border-radius: 999px;
@@ -13,7 +13,7 @@
1313
right: 0;
1414
}
1515

16-
.f1c5c9823fbd3ef8-container:not(:empty) {
16+
.b6544fb09f373e60-container:not(:empty) {
1717
@include popover.container;
1818

1919
margin-block-start: calc(var(--headerbar-height) + var(--spacing));
@@ -23,31 +23,31 @@
2323
}
2424

2525
// "from: user", etc.
26-
._1bb324526a52affb-filterSublabelTextContainer,
26+
._8de16516b8d9f538-filterSublabelTextContainer,
2727
[data-text-variant="text-sm/medium"] + [data-text-variant="text-sm/medium"] {
2828
display: none;
2929
}
3030
}
3131

32-
._1bb324526a52affb-divider {
32+
._8de16516b8d9f538-divider {
3333
margin: var(--menu_padding) 0;
3434
}
3535

36-
._1bb324526a52affb-groupHeader {
36+
._8de16516b8d9f538-groupHeader {
3737
padding: 0;
3838

3939
& > [data-text-variant] {
4040
@include popover.title;
4141
}
4242
}
4343

44-
._1bb324526a52affb-groupWrapper {
44+
._8de16516b8d9f538-groupWrapper {
4545
gap: 0;
4646

4747
position: relative;
4848
}
4949

50-
._1bb324526a52affb-item {
50+
._8de16516b8d9f538-item {
5151
padding: 0;
5252

5353
flex-grow: 1;
@@ -58,14 +58,14 @@
5858
}
5959
}
6060

61-
._1bb324526a52affb-itemContainer {
61+
._8de16516b8d9f538-itemContainer {
6262
@include popover.entry($hover: ":is(:hover, [aria-selected='true'])");
6363

6464
display: flex;
6565
align-items: center;
6666
}
6767

68-
._1bb324526a52affb-itemIcon {
68+
._8de16516b8d9f538-itemIcon {
6969
color: var(--popover_fg_color);
7070
margin-inline-end: var(--spacing);
7171

@@ -76,7 +76,7 @@
7676
}
7777
}
7878

79-
._1bb324526a52affb-labelWithElements {
79+
._8de16516b8d9f538-labelWithElements {
8080
gap: var(--spacing);
8181

8282
flex-grow: 1;

0 commit comments

Comments
 (0)