Skip to content

Commit

Permalink
Button - fix style of the disabled dropdown button (#155581)
Browse files Browse the repository at this point in the history
Another attempt to fix style of the disabled dropdown button
  • Loading branch information
lszomoru authored Jul 19, 2022
1 parent a8444a0 commit 6a4e5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/base/browser/ui/button/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
.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;
opacity: 0.4 !important;
}

.monaco-button-dropdown .monaco-button-dropdown-separator {
Expand Down

0 comments on commit 6a4e5cc

Please sign in to comment.