зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1421395 - change focus ring in console from gray dotted line to blue, change active input caret color to toolbar-checked-color. r=nchevobbe
MozReview-Commit-ID: 6fUAi4199Yb --HG-- extra : rebase_source : a129539d28833ab097aa260615ab60698f7d1d80
This commit is contained in:
Родитель
b596b46b85
Коммит
df454ec391
|
@ -16,10 +16,10 @@
|
|||
}
|
||||
|
||||
#light-theme-focus:target ~ #light-theme {
|
||||
fill: #4A90E2;
|
||||
fill: #0060DF;
|
||||
}
|
||||
#dark-theme-focus:target ~ #dark-theme {
|
||||
fill: #00FF7F;
|
||||
fill: #75BFFF;
|
||||
}
|
||||
|
||||
/* Unfocused states */
|
||||
|
|
До Ширина: | Высота: | Размер: 1.4 KiB После Ширина: | Высота: | Размер: 1.4 KiB |
|
@ -846,6 +846,16 @@ a.learn-more-link.webconsole-learn-more-link {
|
|||
|
||||
.webconsole-filterbar-primary .devtools-plaininput {
|
||||
flex: 1 1 100%;
|
||||
align-self: stretch;
|
||||
margin-left: 1px;
|
||||
padding-inline-start: 4px;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
.devtools-plaininput:focus {
|
||||
border: 1px solid var(--blue-50);
|
||||
transition: all 0.2s ease-in-out;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.webconsole-filterbar-primary .filter-checkbox {
|
||||
|
|
Загрузка…
Ссылка в новой задаче