Bug 1389781 - Remove border-bottom from the header in common.css r=dao

MozReview-Commit-ID: G6Hh9igwpaI

--HG--
extra : rebase_source : db47e6a72ed0b3f08439fe47ea51ef336c0d8d43
This commit is contained in:
flyingrub 2017-08-12 17:56:04 +02:00
parent ee2fbb6c73
commit 692daa6f92
6 changed files with 5 additions and 7 deletions

View File

@ -23,7 +23,7 @@
margin-inline-end: 8px;
padding: 0;
padding-block-end: 8px;
border-block-end: 1px solid var(--in-content-header-border-color);
border-block-end: 1px solid var(--in-content-box-border-color);
}
#containersView richlistitem:last-of-type {

View File

@ -465,7 +465,7 @@ description > html|a {
}
.separator {
border-bottom: 1px solid var(--in-content-header-border-color);
border-bottom: 1px solid var(--in-content-box-border-color);
}
.fxaAccountBox {

View File

@ -23,7 +23,7 @@
margin-inline-end: 8px;
padding: 0;
padding-block-end: 8px;
border-block-end: 1px solid var(--in-content-header-border-color);
border-block-end: 1px solid var(--in-content-box-border-color);
}
#containersView richlistitem:last-of-type {

View File

@ -545,7 +545,7 @@ separator.thin:not([orient="vertical"]) {
}
.separator {
border-bottom: 1px solid var(--in-content-header-border-color);
border-bottom: 1px solid var(--in-content-box-border-color);
}
#fxaGroup {

View File

@ -165,7 +165,7 @@ section:not(.active) {
padding: 24px;
flex-direction: column;
background-color: white;
border: 1px solid var(--in-content-header-border-color);
border: 1px solid var(--in-content-box-border-color);
margin: 12px 0px;
}

View File

@ -11,7 +11,6 @@
--in-content-page-background: #f9f9fa;
--in-content-text-color: #0c0c0d;
--in-content-selected-text: #fff;
--in-content-header-border-color: #c8c8c8;
--in-content-box-background: #fff;
--in-content-box-background-odd: #f3f6fa;
--in-content-box-background-hover: #ebebeb;
@ -726,7 +725,6 @@ xul|*.radio-label-box {
/* header */
*|*.header {
border-bottom: 1px solid var(--in-content-header-border-color);
margin-inline-end: 4px; /* add the 4px end-margin of other elements */
margin-bottom: 15px;
padding-bottom: 15px;