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 2754fa4 commit 9f88adcCopy full SHA for 9f88adc
client/src/webview/DataViewer.css
@@ -102,16 +102,11 @@ button,
102
height: 16px;
103
}
104
105
-.dropdown button span {
+.dropdown button {
106
background: url(../../../icons/light/more.svg);
107
background-size: 16px 16px;
108
109
110
-.dropdown button:hover,
111
-.dropdown.active button {
112
- background: var(--vscode-toolbar-hoverBackground);
113
-}
114
-
115
.vscode-dark .dropdown button {
116
background: url(../../../icons/dark/more.svg);
117
0 commit comments