Add: Activity Stream - Focus Border: at darkmode, border gradation

This commit is contained in:
alstjr7375 2021-04-30 12:10:51 +09:00
parent 4c4bb43bfd
commit f29be24d51

View file

@ -1,9 +1,11 @@
@media (-moz-proton) { @media (-moz-proton) {
@-moz-document url("about:home"), url("about:newtab") { @-moz-document url("about:home"), url("about:newtab") {
/* Activity Stream - Search Focus Border: like URL */ /* Activity Stream - Focus Border: like URL */
.fake-focus .search-handoff-button { /* At DarkMode, Color */
--focus-outline-color: #00DDFF; body[style*="--newtab-background-color:rgba(28, 27, 34, 1);"] {
border: 2px solid color-mix(in srgb, var(--focus-outline-color) 50%, transparent) !important; --newtab-focus-outline: rgba(0, 221, 255, 0.5);
--newtab-focus-border: color-mix(in srgb, var(--newtab-background-color) 50%, transparent);
--newtab-focus-border-selected: color-mix(in srgb, var(--newtab-background-color) 50%, transparent);
} }
/* Activity Stream - Web Site Icon: full size */ /* Activity Stream - Web Site Icon: full size */