зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1102038 - the 'Change Search Settings' button and the open search items cannot be used via the keyboard - follow-up to also apply the CSS changes on Windows and Linux, r=Mossop.
This commit is contained in:
Родитель
7a4535c009
Коммит
24bf7321d5
|
@ -164,7 +164,6 @@ searchbar[oneoffui] .search-go-button:-moz-locale-dir(rtl) > .toolbarbutton-icon
|
|||
background-image: none;
|
||||
}
|
||||
|
||||
.searchbar-engine-one-off-item:hover:not(.dummy),
|
||||
.searchbar-engine-one-off-item[selected] {
|
||||
background-color: Highlight;
|
||||
background-image: none;
|
||||
|
@ -202,7 +201,7 @@ searchbar[oneoffui] .search-go-button:-moz-locale-dir(rtl) > .toolbarbutton-icon
|
|||
border-top: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.addengine-item:hover {
|
||||
.addengine-item[selected] {
|
||||
background-color: Highlight;
|
||||
color: HighlightText;
|
||||
}
|
||||
|
@ -266,7 +265,7 @@ searchbar[oneoffui] .searchbar-engine-image {
|
|||
min-height: 32px;
|
||||
}
|
||||
|
||||
.search-setting-button:hover {
|
||||
.search-setting-button[selected] {
|
||||
background-color: #d3d3d3;
|
||||
border-top-color: #bdbebe;
|
||||
}
|
||||
|
|
|
@ -178,7 +178,6 @@ searchbar[oneoffui] .search-go-button:-moz-locale-dir(rtl) > .toolbarbutton-icon
|
|||
background-image: none;
|
||||
}
|
||||
|
||||
.searchbar-engine-one-off-item:hover:not(.dummy),
|
||||
.searchbar-engine-one-off-item[selected] {
|
||||
background-color: Highlight;
|
||||
background-image: none;
|
||||
|
@ -214,7 +213,7 @@ searchbar[oneoffui] .search-go-button:-moz-locale-dir(rtl) > .toolbarbutton-icon
|
|||
border-top: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.addengine-item:hover {
|
||||
.addengine-item[selected] {
|
||||
background-color: Highlight;
|
||||
color: HighlightText;
|
||||
}
|
||||
|
@ -279,7 +278,7 @@ searchbar[oneoffui] .searchbar-engine-image {
|
|||
min-height: 32px;
|
||||
}
|
||||
|
||||
.search-setting-button:hover {
|
||||
.search-setting-button[selected] {
|
||||
background-color: #d3d3d3;
|
||||
border-top-color: #bdbebe;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче