Skip to content
Snippets Groups Projects
Commit 1ffdfe17 authored by akiraohgaki's avatar akiraohgaki
Browse files

Fix color

parent f9db60e9
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ export default class OmniboxComponent extends BaseComponent {
background-color: var(--color-active);
}
div[data-omnibox][data-update-state="active"] {
border-color: var(--color-important);
border-color: var(--color-warning);
}
div[data-omnibox][data-download-state="active"] {
border-color: var(--color-information);
......@@ -129,7 +129,7 @@ export default class OmniboxComponent extends BaseComponent {
border-bottom: 0;
}
div[data-palette] div[data-content][data-update-state] a {
color: var(--color-important);
color: var(--color-warning);
}
div[data-palette] div[data-content][data-update-state="inactive"] {
display: none;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment