Bug 1592179 - Quantumbar: Remove redundant bottom border on tips when they're last in the view. r=dao

Differential Revision: https://phabricator.services.mozilla.com/D50992

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Drew Willcoxon 2019-10-29 20:15:19 +00:00
parent 8852ffec71
commit 0f3ee530d3

View File

@ -244,12 +244,15 @@
}
.urlbarView-row[type=tip] {
border-bottom: 1px solid var(--panel-separator-color);
margin-bottom: 4px;
padding-block: 24px;
padding-inline-end: @urlbarViewPaddingInline@;
}
.urlbarView-row[type=tip]:not(:last-child) {
border-bottom: 1px solid var(--panel-separator-color);
margin-bottom: 4px;
}
.urlbarView-row[type=tip]:not(:first-child) {
border-top: 1px solid var(--panel-separator-color);
margin-top: 4px;