Bug 547678 - Remove non-native focus ring from tabbrowser tabs. r=ventnor

This commit is contained in:
Dão Gottwald 2010-02-22 15:50:40 +01:00
Родитель 01e8f30c9d
Коммит 20645eb5ed
1 изменённых файлов: 0 добавлений и 9 удалений

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

@ -1191,15 +1191,6 @@ statusbarpanel#statusbar-display {
list-style-image: url("moz-icon://stock/gtk-close?size=menu");
}
/* tabbrowser-tab focus ring */
.tabbrowser-tab > .tab-text {
border: 1px dotted transparent;
}
.tabbrowser-tab:focus > .tab-text {
border: 1px dotted -moz-DialogText;
}
/* Tab drag and drop */
.tab-drop-indicator-bar {
height: 11px;