mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
Bug 509392: Tab can lead to redraw problem, r=stuart
This commit is contained in:
parent
aea9ca0de1
commit
be9926845e
@ -593,6 +593,7 @@ autocompleteresult.allbookmarks > .autocomplete-item-tags:after {
|
||||
|
||||
#tabs {
|
||||
-moz-appearance: none;
|
||||
-moz-user-focus: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: transparent;
|
||||
|
@ -379,6 +379,7 @@ autocompleteresult.allbookmarks > .autocomplete-item-tags:after {
|
||||
|
||||
#tabs {
|
||||
-moz-appearance: none;
|
||||
-moz-user-focus: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: transparent;
|
||||
|
Loading…
Reference in New Issue
Block a user