Bug 1606785 - Format search CSS files with Prettier r=search-reviewers,jteow
Differential Revision: https://phabricator.services.mozilla.com/D249178
This commit is contained in:
committed by
hjones@mozilla.com
parent
c22e910235
commit
7bb7f82374
@@ -12,7 +12,7 @@ hbox {
|
||||
|
||||
#titleContainer {
|
||||
padding-bottom: var(--space-xlarge);
|
||||
--icon-url: url("chrome://browser/skin/preferences/category-search.svg")
|
||||
--icon-url: url("chrome://browser/skin/preferences/category-search.svg");
|
||||
}
|
||||
|
||||
.dialogRow {
|
||||
@@ -34,8 +34,6 @@ input[type="url"] {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.error-label {
|
||||
display: flex;
|
||||
font-size: var(--font-size-small);
|
||||
|
||||
@@ -3,11 +3,11 @@
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
.contentSearchSuggestionTable {
|
||||
background-color: hsla(0,0%,100%,.99);
|
||||
background-color: hsla(0, 0%, 100%, 0.99);
|
||||
color: black;
|
||||
border: 1px solid hsla(0, 0%, 0%, .2);
|
||||
border: 1px solid hsla(0, 0%, 0%, 0.2);
|
||||
border-top: none;
|
||||
box-shadow: 0 5px 10px hsla(0, 0%, 0%, .1);
|
||||
box-shadow: 0 5px 10px hsla(0, 0%, 0%, 0.1);
|
||||
position: absolute;
|
||||
inset-inline-start: 0;
|
||||
z-index: 1001;
|
||||
@@ -108,7 +108,7 @@
|
||||
padding: 0;
|
||||
border: none;
|
||||
background: none;
|
||||
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAWCAYAAAABxvaqAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gofECQNNVW2/AAAABBJREFUGFdjOHPmzH8GehEA/KpKg9YTf4AAAAAASUVORK5CYII=');
|
||||
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAWCAYAAAABxvaqAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gofECQNNVW2/AAAABBJREFUGFdjOHPmzH8GehEA/KpKg9YTf4AAAAAASUVORK5CYII=");
|
||||
background-repeat: no-repeat;
|
||||
background-position: right center;
|
||||
}
|
||||
@@ -146,7 +146,7 @@
|
||||
padding: 0;
|
||||
height: 32px;
|
||||
border: none;
|
||||
border-top: 1px solid hsla(0, 0%, 0%, .08);
|
||||
border-top: 1px solid hsla(0, 0%, 0%, 0.08);
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user