mirror of
https://github.com/KrstlSkll69/vc-snippets.git
synced 2025-04-19 20:55:22 +02:00
Update AddFriendsTab
This commit is contained in:
parent
fb017576f2
commit
c0d526636c
1 changed files with 4 additions and 4 deletions
|
@ -13,17 +13,17 @@
|
|||
color: var(--interactive-normal) !important;
|
||||
|
||||
&:hover {
|
||||
background-color: var(--background-modifier-hover) !important;
|
||||
background-color: var(--button-secondary-background-hover) !important;
|
||||
color: var(--interactive-hover) !important;
|
||||
}
|
||||
}
|
||||
|
||||
[data-tab-id=ADD_FRIEND][aria-selected=true] {
|
||||
background-color: var(--background-modifier-selected) !important;
|
||||
background-color: var(--button-secondary-background) !important;
|
||||
color: var(--interactive-active) !important;
|
||||
|
||||
&:hover {
|
||||
background-color: var(--background-modifier-hover) !important;
|
||||
background-color: var(--button-secondary-background-hover) !important;
|
||||
color: var(--interactive-active) !important;
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue