rename tokens to dv4tnt, fix header dropdown hover state, add entry points to receive/send dialogs in account menu
This commit is contained in:
@@ -185,6 +185,7 @@ export const popoverMixins = {
|
||||
--item-checked-backgroundColor: var(--color-layer-2);
|
||||
--item-checked-textColor: currentColor;
|
||||
|
||||
--item-highlighted-backgroundColor: var(--color-layer-2);
|
||||
--item-highlighted-textColor: var(--color-text-2);
|
||||
|
||||
--item-radius: 0px;
|
||||
@@ -218,6 +219,7 @@ export const popoverMixins = {
|
||||
&[data-highlighted] // @radix-ui
|
||||
{
|
||||
filter: brightness(1.1);
|
||||
background-color: var(--item-highlighted-backgroundColor);
|
||||
color: var(--item-highlighted-textColor, var(--trigger-textColor, inherit)) !important;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user