|
68 | 68 | @apply ml-auto; |
69 | 69 | } |
70 | 70 |
|
71 | | -/* ELEVATIONS */ |
72 | | - |
73 | | -.dropdown-menu-content--sunken, |
74 | | -.dropdown-menu-content--sunken .dropdown-menu-sub-content { |
75 | | - @apply bg-background-sunken shadow-shadow-sunken border-border-sunken; |
76 | | -} |
77 | | -.dropdown-menu-content--sunken .dropdown-menu-trigger, |
78 | | -.dropdown-menu-content--sunken .dropdown-menu-item, |
79 | | -.dropdown-menu-content--sunken .dropdown-menu-checkbox-item, |
80 | | -.dropdown-menu-content--sunken .dropdown-menu-radio-item { |
81 | | - --mix-color: var(--color-background-sunken); |
82 | | -} |
83 | | - |
84 | | -.dropdown-menu-content--base, |
85 | | -.dropdown-menu-content--base .dropdown-menu-sub-content { |
86 | | - @apply bg-background shadow-shadow-base border-border-base; |
87 | | -} |
88 | | -.dropdown-menu-content--base .dropdown-menu-trigger, |
89 | | -.dropdown-menu-content--base .dropdown-menu-item, |
90 | | -.dropdown-menu-content--base .dropdown-menu-checkbox-item, |
91 | | -.dropdown-menu-content--base .dropdown-menu-radio-item { |
92 | | - --mix-color: var(--color-background); |
93 | | -} |
94 | | - |
95 | | -.dropdown-menu-content--raised, |
96 | | -.dropdown-menu-content--raised .dropdown-menu-sub-content { |
97 | | - @apply bg-background-raised shadow-shadow-raised border-border-raised; |
98 | | -} |
99 | | -.dropdown-menu-content--raised .dropdown-menu-trigger, |
100 | | -.dropdown-menu-content--raised .dropdown-menu-item, |
101 | | -.dropdown-menu-content--raised .dropdown-menu-checkbox-item, |
102 | | -.dropdown-menu-content--raised .dropdown-menu-radio-item { |
103 | | - --mix-color: var(--color-background-raised); |
104 | | -} |
105 | | - |
106 | | -.dropdown-menu-content--overlay, |
107 | | -.dropdown-menu-content--overlay .dropdown-menu-sub-content { |
108 | | - @apply bg-background-overlay shadow-shadow-overlay border-border-overlay; |
109 | | -} |
110 | | -.dropdown-menu-content--overlay .dropdown-menu-trigger, |
111 | | -.dropdown-menu-content--overlay .dropdown-menu-item, |
112 | | -.dropdown-menu-content--overlay .dropdown-menu-checkbox-item, |
113 | | -.dropdown-menu-content--overlay .dropdown-menu-radio-item { |
114 | | - --mix-color: var(--color-background-overlay); |
115 | | -} |
116 | | - |
117 | | -.dropdown-menu-content--floating, |
118 | | -.dropdown-menu-content--floating .dropdown-menu-sub-content { |
| 71 | +.dropdown-menu-content { |
119 | 72 | @apply bg-background-floating shadow-shadow-floating border-border-floating; |
120 | 73 | } |
121 | | -.dropdown-menu-content--floating .dropdown-menu-trigger, |
122 | | -.dropdown-menu-content--floating .dropdown-menu-item, |
123 | | -.dropdown-menu-content--floating .dropdown-menu-checkbox-item, |
124 | | -.dropdown-menu-content--floating .dropdown-menu-radio-item { |
125 | | - --mix-color: var(--color-background-floating); |
126 | | -} |
0 commit comments