Bug 306433. XUL descriptions with control attribute shouldn't underline accesskeys. r=vlad

This commit is contained in:
aaronleventhal%moonset.net 2005-08-31 02:48:17 +00:00
Родитель b6c7d26cca
Коммит 4b2c0bf235
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -663,7 +663,7 @@ label.text-link, label[onclick] {
-moz-user-focus: normal;
}
description[control], label[control], label.radio-label, label.checkbox-label {
label[control], label.radio-label, label.checkbox-label {
-moz-binding: url("chrome://global/content/bindings/text.xml#label-control");
}