Skip to content

Commit e2c76df

Browse files
authored
Rename glyph on hover is not legible (#7599)
Fixes #7454
1 parent 5178ca1 commit e2c76df

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

webviews/common/common.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,12 +170,15 @@ body img.avatar {
170170
}
171171

172172
.icon-button:hover,
173+
.title .icon-button:hover,
174+
.title .icon-button:focus,
173175
.section .icon-button:hover,
174176
.section .icon-button:focus {
175177
background-color: var(--vscode-toolbar-hoverBackground);
176178
}
177179

178180
.icon-button:focus,
181+
.title .icon-button:focus,
179182
.section .icon-button:focus {
180183
outline: 1px solid var(--vscode-focusBorder);
181184
outline-offset: 1px;

0 commit comments

Comments
 (0)