Add: Activity Stream - Searchbox focus border

This commit is contained in:
alstjr7375 2021-04-27 08:55:16 +09:00
parent 9005ab6751
commit 9474a62335

View file

@ -1,7 +1,11 @@
@-moz-document url("about:home"), url("about:newtab") {
.fake-focus .search-handoff-button {
--focus-outline-color: #00DDFF;
border: 2px solid color-mix(in srgb, var(--focus-outline-color) 50%, transparent) !important;
}
.top-site-outer .tile .icon-wrapper {
width: 100% !important;
height: 100% !important;
}
}