_content/css: fix for icon to appear in High Contrast Light Mode
https://screencast.googleplex.com/cast/NTUwNDM3ODE0NzQzODU5Mnw3ZDI4OTZhMy03ZA Change-Id: Id0b179d91b9a099adc2af28ffa18b7eaa68b8508 Reviewed-on: https://go-review.googlesource.com/c/website/+/506677 Run-TryBot: Jamal Carvalho <jamal@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Jamal Carvalho <jamal@golang.org>
This commit is contained in:
Родитель
6a2a7e9b43
Коммит
e98120d599
|
@ -431,6 +431,10 @@ a.Footer-link--primary {
|
|||
.go-Icon--inverted {
|
||||
filter: brightness(0) saturate(100%) invert(100%) sepia(97%) saturate(13%)
|
||||
hue-rotate(245deg) brightness(103%) contrast(107%);
|
||||
@media (forced-colors:active) and (prefers-color-scheme: light) {
|
||||
filter: brightness(500%) saturate(100%) invert(100%) sepia(97%) saturate(13%)
|
||||
hue-rotate(245deg) brightness(103%) contrast(107%);
|
||||
}
|
||||
}
|
||||
.Footer-feedbackButton {
|
||||
background: none;
|
||||
|
|
Загрузка…
Ссылка в новой задаче