mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-09 04:25:38 +00:00
Bug 632801 - about:blank tabs thumbnail are not draw correctly [r=mfinkle]
This commit is contained in:
parent
c0ed8cee2d
commit
17f158e48d
@ -919,6 +919,9 @@ documenttab[selected="true"] {
|
||||
.documenttab-thumbnail {
|
||||
background-color: white;
|
||||
opacity: 0.5;
|
||||
|
||||
/* if there is no outline, blank thumbnail are invisible */
|
||||
outline: 0px solid transparent;
|
||||
}
|
||||
|
||||
documenttab:hover:active > stack > .documenttab-thumbnail,
|
||||
|
Loading…
x
Reference in New Issue
Block a user