fix searchengine set as default butt on css

This commit is contained in:
Gerome Matilla 2020-06-07 14:42:45 +08:00
parent c4e3c30399
commit a91d6f6fa7

View File

@ -102,14 +102,17 @@ select::-ms-expand {
}
#searchEngineAsDefault:hover {
outline: none;
background: var(--base-hover-bg);
}
#searchEngineAsDefault:active {
outline: none;
background: var(--base-active-bg);
}
#searchEngineAsDefault:focus {
outline: none;
background: var(--base-focus-bg);
}