Bug 1536402 - Let trees and richlistboxes use the same focus ring as input fields. r=dao

MANUAL PUSH: contributor patch file

--HG--
extra : amend_source : bbdb147adf77ff2e81d1227a846e0cc7814e923f
This commit is contained in:
Simon 2019-09-25 15:07:28 +02:00
Родитель 9d69f6a5ba
Коммит 4539468d6e
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -847,7 +847,9 @@ xul|tree {
xul|tree:-moz-focusring,
xul|richlistbox:-moz-focusring {
border: 1px dotted var(--in-content-border-focus);
border-color: var(--in-content-border-active);
box-shadow: 0 0 0 1px var(--in-content-border-active),
0 0 0 4px var(--in-content-border-active-shadow);
}
xul|treecols {