Bug 721353 - Fix invisible outline regression introduced by bug 719022. r=paul

This commit is contained in:
Cedric Vivier 2012-01-26 04:58:00 +01:00
Родитель 0173ef8690
Коммит a56db13aa9
1 изменённых файлов: 1 добавлений и 4 удалений

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

@ -64,11 +64,8 @@ li.error > .stylesheet-info > .stylesheet-more > .stylesheet-error-message {
-moz-box-flex: 1; -moz-box-flex: 1;
} }
.stylesheet-name {
outline: none;
}
.stylesheet-name > label { .stylesheet-name > label {
display: inline;
cursor: pointer; cursor: pointer;
} }