mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 13:21:28 +00:00
Bug 1244479 - ensure search and clear icons in Synced Tabs sidebar are always visible. r=Gijs
This commit is contained in:
parent
4c42c3c84c
commit
2d3c3f4013
@ -50,6 +50,7 @@ html {
|
||||
background-repeat: no-repeat;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.textbox-search-icon[searchbutton]:not([disabled]) ,
|
||||
|
@ -71,14 +71,9 @@ html {
|
||||
}
|
||||
|
||||
.search-box.compact > .textbox-input-box > .textbox-search-icons > .textbox-search-clear {
|
||||
width: 11px;
|
||||
height: 11px;
|
||||
background-image: url(chrome://global/skin/icons/searchfield-small-cancel.png);
|
||||
background-image: url(chrome://global/skin/icons/searchfield-cancel.svg);
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.search-box.compact > .textbox-input-box > .textbox-search-icons > .textbox-search-clear:active:hover {
|
||||
background-position: 11px 0;
|
||||
background-size: 11px 11px;
|
||||
}
|
||||
|
||||
.search-box.compact > .textbox-input-box > .textbox-search-icons > .textbox-search-icon {
|
||||
|
@ -123,6 +123,11 @@ body {
|
||||
|
||||
.tabsFilter {
|
||||
flex: 1;
|
||||
/* min-width of anything to override the implicit "-moz-min-content" value.
|
||||
0px is safe as the sidebar itself has a constrained size meaning we will
|
||||
never actually hit this minimum
|
||||
*/
|
||||
min-width: 0px;
|
||||
}
|
||||
|
||||
.sync-state > p {
|
||||
|
Loading…
x
Reference in New Issue
Block a user