This commit is contained in:
Mirco Wittrien 2022-02-16 15:21:53 +01:00
parent 7c08c8c638
commit 8346cf91ae
3 changed files with 6 additions and 7 deletions

View File

@ -63,7 +63,6 @@
"GuildChannelStore": {"props": ["getChannels", "getDefaultChannel"]},
"GuildEmojiStore": {"props": ["getGuildEmoji", "getDisambiguatedEmojiContext"]},
"GuildNotificationsUtils": {"props": ["updateChannelOverrideSettings", "updateGuildNotificationSettings"]},
"GuildSettingsSectionUtils": {"props": ["getGuildSettingsSections"]},
"GuildSettingsUtils": {"props": ["open", "updateGuild"]},
"GuildStore": {"props": ["getGuild", "getGuilds"]},
"GuildUnavailableStore": {"props": ["isUnavailable", "totalUnavailableGuilds"]},
@ -287,7 +286,6 @@
"RadioGroup": {"name": "RadioGroup"},
"SearchBar": {"name": "SearchBar", "protos": ["focus", "blur"]},
"SearchableSelect": {"name": "SingleSelect"},
"Select": {"name": "SelectTempWrapper"},
"Slider": {"name": "Slider"},
"Switch": {"name": "Switch"},
"TabBar": {"name": "TabBar"},
@ -304,7 +302,6 @@
"AutocompleteMenu": {"name": "Autocomplete"},
"AvatarComponents": {"props": ["AnimatedAvatar"]},
"Badges": {"props": ["IconBadge", "NumberBadge"], "assign": true},
"CardRemoveButton": {"name": "RemoveButton"},
"ChannelTextAreaTypes": {"props": ["ChatInputTypes"], "value": "ChatInputTypes"},
"Checkmark": {"name": "Checkmark"},
"Connectors": {"props": ["Router", "Link"], "assign": true},
@ -1234,6 +1231,7 @@
"HomeIcon": {"props": ["homeIcon"]},
"HotKeyRecorder": {"props": ["editIcon", "recording"]},
"HoverCard": {"props": ["card", "active"]},
"HoverCardRemoveButton": {"props": ["button", "filled", "default"]},
"IconDirection": {"props": ["directionDown", "directionUp"]},
"ImageModal": {"props": ["image", "modal"], "length": 4, "smaller": true},
"ImageWrapper": {"props": ["clickable", "imageWrapperBackground"]},
@ -2236,6 +2234,9 @@
"hovercarddisabled": ["BDFDB", "cardDisabled"],
"hovercardhorizontal": ["BDFDB", "cardHorizontal"],
"hovercardinner": ["BDFDB", "cardInner"],
"hovercardremovebutton": ["HoverCardRemoveButton", "button"],
"hovercardremovebuttondefault": ["HoverCardRemoveButton", "default"],
"hovercardremovebuttonfilled": ["HoverCardRemoveButton", "filled"],
"hovercardwrapper": ["BDFDB", "cardWrapper"],
"icon": ["EmbedActions", "icon"],
"iconactionswrapper": ["EmbedActions", "wrapper"],

View File

@ -788,10 +788,8 @@
.item-3XjbnG.selected-g-kMVV[aria-controls="GUILD_PREMIUM-tab" i] {
background-color: rgb(var(--accentcolor2)) !important;
}
.item-3XjbnG .icon-3Povsy,
.premiumLabel-V52REm svg,
.item-3XjbnG .icon-3FU6Ir,
.premiumLabel-V52REm svg {
.premiumLabel-3HPvdB svg {
fill: currentColor;
}
.item-3XjbnG svg[fill="#FF73FA"],

View File

@ -242,7 +242,7 @@ body #app-mount .layer-86YKbF ~ .layer-86YKbF .sidebar-nqHbhN {
display: none;
}
.sidebar-nqHbhN .side-2ur1Qk .item-3XjbnG .icon-3FU6Ir,
.sidebar-nqHbhN .side-2ur1Qk .premiumLabel-V52REm svg {
.sidebar-nqHbhN .side-2ur1Qk .premiumLabel-3HPvdB svg {
transform: scaleX(calc(1 - var(--usesettingsicons)));
}