We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e225afe commit 1d6c894Copy full SHA for 1d6c894
src/vs/base/browser/ui/button/button.css
@@ -46,7 +46,9 @@
46
outline-offset: -1px !important;
47
}
48
49
-.monaco-button-dropdown.disabled .monaco-button-dropdown-separator {
+.monaco-button-dropdown.disabled > .monaco-button.disabled,
50
+.monaco-button-dropdown.disabled > .monaco-button.disabled:focus,
51
+.monaco-button-dropdown.disabled > .monaco-button-dropdown-separator {
52
opacity: 0.4;
53
54
0 commit comments