geoproject-app/public/assets/css/src/_global.scss
isUnknown f760e1942a
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 22s
fix: race condition on custom styles loading + misc cleanup
Guard watcher-triggered renders in usePreviewRenderer until first
explicit render completes, preventing premature renders with default
styles. Also: disable Contenu tab, update content/blueprints, add
global disabled button styles, minor formatting.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 13:53:55 +01:00

8 lines
139 B
SCSS

button[disabled] {
cursor: not-allowed !important;
opacity: 0.6;
}
button[disabled]:hover {
background-color: inherit !important;
}