Bug 931452 - Checkbox focus artifact on Linux in the Shader Editor, r=past

This commit is contained in:
Victor Porof 2013-10-27 20:43:55 +02:00
Родитель de155cd5b4
Коммит f8252be239
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -24,6 +24,11 @@
-moz-user-focus: normal;
}
.side-menu-widget-group-checkbox .checkbox-label-box,
.side-menu-widget-item-checkbox .checkbox-label-box {
display: none; /* See bug 669507 */
}
/* VariablesView */
.variables-view-container {