|
33 | 33 | .button:disabled, |
34 | 34 | .button-disabled { |
35 | 35 | opacity: 0.5; |
36 | | - cursor: not-allowed; |
37 | 36 | pointer-events: initial; |
38 | 37 | } |
39 | 38 |
|
|
104 | 103 | .button-outline.button-disabled { |
105 | 104 | opacity: 0.5; |
106 | 105 | background-color: transparent; |
107 | | - cursor: not-allowed; |
| 106 | + cursor: default; |
108 | 107 | } |
109 | 108 |
|
110 | 109 | .button-outline:disabled:hover, |
|
127 | 126 | background-color: transparent; |
128 | 127 | color: var(--rs-color-foreground-accent-primary); |
129 | 128 | border-color: var(--rs-color-border-accent-primary); |
130 | | - cursor: not-allowed; |
131 | 129 | } |
132 | 130 |
|
133 | 131 | .button-outline-accent.button-loading:hover { |
|
170 | 168 | .button-ghost:disabled, |
171 | 169 | .button-ghost.button-disabled { |
172 | 170 | opacity: 0.5; |
173 | | - cursor: not-allowed; |
174 | 171 | } |
175 | 172 |
|
176 | 173 | .button-ghost:disabled:hover, |
|
192 | 189 | .button-ghost.button-loading[data-radix-dropdown-menu-trigger][data-state="open"] { |
193 | 190 | background-color: transparent; |
194 | 191 | border-color: var(--rs-color-border-base-primary); |
195 | | - cursor: not-allowed; |
196 | 192 | } |
197 | 193 |
|
198 | 194 | .button-text { |
|
210 | 206 | .button-text:disabled, |
211 | 207 | .button-text.button-disabled { |
212 | 208 | opacity: 0.5; |
213 | | - cursor: not-allowed; |
214 | 209 | } |
215 | 210 |
|
216 | 211 | .button-text.button-loading:hover, |
217 | 212 | .button-text.button-loading:active, |
218 | 213 | .button-text.button-loading[data-radix-popover-trigger][data-state="open"], |
219 | 214 | .button-text.button-loading[data-radix-dropdown-menu-trigger][data-state="open"] { |
220 | 215 | background-color: transparent; |
221 | | - cursor: not-allowed; |
222 | 216 | } |
223 | 217 |
|
224 | 218 | .button-text:disabled:hover, |
|
243 | 237 | .button-loading[data-radix-popover-trigger][data-state="open"], |
244 | 238 | .button-loading[data-radix-dropdown-menu-trigger][data-state="open"] { |
245 | 239 | background-color: inherit; |
246 | | - cursor: not-allowed; |
247 | 240 | } |
248 | 241 |
|
249 | 242 | .loader { |
|
0 commit comments