зеркало из https://github.com/mozilla/pjs.git
Bug 395781 - Event Dialog: Hyperlinks don't provide visual feedback (focus rectangle) if selected with tab key, patch=ssitter@gmail.com, r=mickey
This commit is contained in:
Родитель
e6fde160be
Коммит
bf7145bfee
|
@ -51,19 +51,6 @@ listbox[disabled="true"] {
|
|||
height: 1em;
|
||||
}
|
||||
|
||||
.text-link:focus {
|
||||
color: blue;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
.text-link:hover:active {
|
||||
color: blue;
|
||||
}
|
||||
|
||||
.text-link[visited="true"] {
|
||||
color: blue;
|
||||
}
|
||||
|
||||
.status-icon {
|
||||
margin: 0 3px;
|
||||
list-style-image: url("chrome://calendar/skin/sun-calendar-event-dialog-attendees.png");
|
||||
|
|
|
@ -51,19 +51,6 @@ listbox[disabled="true"] {
|
|||
height: 1em;
|
||||
}
|
||||
|
||||
.text-link:focus {
|
||||
color: blue;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
.text-link:hover:active {
|
||||
color: blue;
|
||||
}
|
||||
|
||||
.text-link[visited="true"] {
|
||||
color: blue;
|
||||
}
|
||||
|
||||
.status-icon {
|
||||
margin: 0 3px;
|
||||
list-style-image: url("chrome://calendar/skin/sun-calendar-event-dialog-attendees.png");
|
||||
|
|
|
@ -42,19 +42,6 @@ label.label {
|
|||
text-align: right;
|
||||
}
|
||||
|
||||
.text-link:focus {
|
||||
color: blue;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
.text-link:hover:active {
|
||||
color: blue;
|
||||
}
|
||||
|
||||
.text-link[visited="true"] {
|
||||
color: blue;
|
||||
}
|
||||
|
||||
#item-calendar,
|
||||
#item-categories,
|
||||
#item-repeat,
|
||||
|
|
Загрузка…
Ссылка в новой задаче