Bug 1307198 - Set -moz-user-focus: normal to fix text focus on new output area;r=linclark

MozReview-Commit-ID: 7mIXo72WBhW
This commit is contained in:
Brian Grinstead 2016-10-03 11:46:14 -07:00
Родитель 0320133b2f
Коммит d5f0e3743a
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -689,6 +689,7 @@ a.learn-more-link.webconsole-learn-more-link {
display: flex;
flex-direction: column;
height: 100%;
-moz-user-focus: normal;
}
.webconsole-filterbar-wrapper {