Skip to content

Commit e4d6893

Browse files
authored
Increase the contrast for the copy icon in the search list. (#8316)
1 parent 6db395c commit e4d6893

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pkg/web_css/lib/src/_list.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,15 @@
193193
margin: 0px -30px 6px -30px;
194194
padding: 15px 30px;
195195

196+
.pkg-page-title-copy-icon {
197+
opacity: 0.15;
198+
}
199+
196200
&:hover {
201+
.pkg-page-title-copy-icon {
202+
opacity: 0.25;
203+
}
204+
197205
background: var(--pub-neutral-hover-bgColor);
198206
}
199207
}

0 commit comments

Comments
 (0)