Skip to content

Commit 9f88adc

Browse files
Scott DoverScott Dover
authored andcommitted
chore: tweak styles
Signed-off-by: Scott Dover <[email protected]>
1 parent 2754fa4 commit 9f88adc

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

client/src/webview/DataViewer.css

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,16 +102,11 @@ button,
102102
height: 16px;
103103
}
104104

105-
.dropdown button span {
105+
.dropdown button {
106106
background: url(../../../icons/light/more.svg);
107107
background-size: 16px 16px;
108108
}
109109

110-
.dropdown button:hover,
111-
.dropdown.active button {
112-
background: var(--vscode-toolbar-hoverBackground);
113-
}
114-
115110
.vscode-dark .dropdown button {
116111
background: url(../../../icons/dark/more.svg);
117112
background-size: 16px 16px;

0 commit comments

Comments
 (0)