fix: quitar sombra de botones deshabilitados en hover y focus-visible

Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
webui
brobert 2 weeks ago
parent 6686305e9c
commit da26914580

@ -93,7 +93,11 @@ button.primary {
color: white; color: white;
} }
button:disabled { button:disabled,
button:disabled:hover,
button:disabled:focus-visible {
opacity: 0.6; opacity: 0.6;
cursor: not-allowed; cursor: not-allowed;
box-shadow: none;
transform: none;
} }

Loading…
Cancel
Save