Skip to content

Commit 6a4e5cc

Browse files
authored
Button - fix style of the disabled dropdown button (microsoft#155581)
Another attempt to fix style of the disabled dropdown button
1 parent a8444a0 commit 6a4e5cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/base/browser/ui/button/button.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
.monaco-button-dropdown.disabled > .monaco-button.disabled,
5050
.monaco-button-dropdown.disabled > .monaco-button.disabled:focus,
5151
.monaco-button-dropdown.disabled > .monaco-button-dropdown-separator {
52-
opacity: 0.4;
52+
opacity: 0.4 !important;
5353
}
5454

5555
.monaco-button-dropdown .monaco-button-dropdown-separator {

0 commit comments

Comments
 (0)