Bug 1199108 - [Rule View] Remove the outline when selecting an item in the pseudo class panel. r=bgrins

This commit is contained in:
Gabriel Luong 2015-08-28 11:48:00 -04:00
Родитель 2be1d3e641
Коммит 167845601c
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -35,6 +35,7 @@ body {
margin-bottom: -1px;
overflow-y: hidden;
max-height: 24px;
outline: 0 !important;
transition-property: max-height;
transition-duration: 150ms;
transition-timing-function: ease;