|
180 | 180 | --lf-btn-secondary-ghost-loading-background: var(--lf-color-transparent); |
181 | 181 | --lf-btn-secondary-ghost-loading-border: var(--lf-color-transparent); |
182 | 182 |
|
| 183 | + /* Danger Ghost */ |
| 184 | + --lf-btn-danger-ghost-text: var(--lf-color-red-500); |
| 185 | + --lf-btn-danger-ghost-background: var(--lf-color-transparent); |
| 186 | + --lf-btn-danger-ghost-border: var(--lf-color-transparent); |
| 187 | + --lf-btn-danger-ghost-shadow: var(--shadow-none); |
| 188 | + // Hover |
| 189 | + --lf-btn-danger-ghost-hover-text: var(--lf-color-red-500); |
| 190 | + --lf-btn-danger-ghost-hover-background: var(--lf-color-red-100); |
| 191 | + --lf-btn-danger-ghost-hover-border: var(--lf-color-red-100); |
| 192 | + // Active |
| 193 | + --lf-btn-danger-ghost-active-text: var(--lf-color-red-500); |
| 194 | + --lf-btn-danger-ghost-active-background: var(--lf-color-red-100); |
| 195 | + --lf-btn-danger-ghost-active-border: var(--lf-color-red-100); |
| 196 | + // Disabled |
| 197 | + --lf-btn-danger-ghost-disabled-text: var(--lf-color-red-200); |
| 198 | + --lf-btn-danger-ghost-disabled-background: var(--lf-color-transparent); |
| 199 | + --lf-btn-danger-ghost-disabled-border: var(--lf-color-transparent); |
| 200 | + // Loading |
| 201 | + --lf-btn-danger-ghost-loading-text: var(--lf-color-red-200); |
| 202 | + --lf-btn-danger-ghost-loading-background: var(--lf-color-transparent); |
| 203 | + --lf-btn-danger-ghost-loading-border: var(--lf-color-transparent); |
183 | 204 |
|
184 | 205 | /* Secondary Gray */ |
185 | 206 | --lf-btn-secondary-gray-text: var(--lf-color-primary-500); |
|
272 | 293 | --lf-btn-secondary-link-loading-text: var(--lf-color-gray-400); |
273 | 294 | --lf-btn-secondary-link-loading-background: var(--lf-color-transparent); |
274 | 295 | --lf-btn-secondary-link-loading-border: var(--lf-color-transparent); |
| 296 | + |
| 297 | + /* Outline */ |
| 298 | + --lf-btn-outline-text: var(--lf-color-neutral-900); |
| 299 | + --lf-btn-outline-background: var(--lf-color-white); |
| 300 | + --lf-btn-outline-border: var(--lf-color-neutral-200); |
| 301 | + --lf-btn-outline-shadow: var(--shadow-none); |
| 302 | + // Hover |
| 303 | + --lf-btn-outline-hover-text: var(--lf-color-neutral-900); |
| 304 | + --lf-btn-outline-hover-background: var(--lf-color-neutral-50); |
| 305 | + --lf-btn-outline-hover-border: var(--lf-color-neutral-200); |
| 306 | + // Active |
| 307 | + --lf-btn-outline-active-text: var(--lf-color-neutral-900); |
| 308 | + --lf-btn-outline-active-background: var(--lf-color-neutral-50); |
| 309 | + --lf-btn-outline-active-border: var(--lf-color-neutral-200); |
| 310 | + // Disabled |
| 311 | + --lf-btn-outline-disabled-text: var(--lf-color-neutral-400); |
| 312 | + --lf-btn-outline-disabled-background: var(--lf-color-white); |
| 313 | + --lf-btn-outline-disabled-border: var(--lf-color-neutral-200); |
| 314 | + // Loading |
| 315 | + --lf-btn-outline-loading-text: var(--lf-color-neutral-400); |
| 316 | + --lf-btn-outline-loading-background: var(--lf-color-white); |
| 317 | + --lf-btn-outline-loading-border: var(--lf-color-neutral-200); |
| 318 | + |
275 | 319 | } |
0 commit comments