Commit Button - Fix issue related to button opacity when button is disabled (#155301)

Fix issue related to button opacity when button is disabled
This commit is contained in:
Ladislau Szomoru 2022-07-15 15:53:07 +02:00 committed by GitHub
parent e225afee30
commit 1d6c89473e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,9 @@
outline-offset: -1px !important;
}
.monaco-button-dropdown.disabled .monaco-button-dropdown-separator {
.monaco-button-dropdown.disabled > .monaco-button.disabled,
.monaco-button-dropdown.disabled > .monaco-button.disabled:focus,
.monaco-button-dropdown.disabled > .monaco-button-dropdown-separator {
opacity: 0.4;
}