We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5178ca1 commit e2c76dfCopy full SHA for e2c76df
1 file changed
webviews/common/common.css
@@ -170,12 +170,15 @@ body img.avatar {
170
}
171
172
.icon-button:hover,
173
+.title .icon-button:hover,
174
+.title .icon-button:focus,
175
.section .icon-button:hover,
176
.section .icon-button:focus {
177
background-color: var(--vscode-toolbar-hoverBackground);
178
179
180
.icon-button:focus,
181
182
183
outline: 1px solid var(--vscode-focusBorder);
184
outline-offset: 1px;
0 commit comments