Bug 1396178 - Fix tab-icon-overlay's position in non-pinned tabs. r=jaws

MozReview-Commit-ID: HifbacxLuAR

--HG--
extra : rebase_source : b6f89238f4086e8fbd4438c02d4f8a921b5c235e
This commit is contained in:
Dão Gottwald 2017-09-07 10:47:45 +02:00
parent c7b1f4e0f1
commit 9c94a5b109

View File

@ -230,9 +230,14 @@
width: 16px;
height: 16px;
margin-top: -8px;
margin-inline-start: -15px;
margin-inline-end: -1px;
position: relative;
}
.tab-icon-overlay[pinned] {
margin-inline-start: -6px;
margin-inline-end: -10px;
position: relative;
}
.tab-icon-overlay[crashed] {