Update jquery.uls from upstream

* Update linters

Updating to
d53beca719

Change-Id: Ia7886a13fc17e27344280449d0377e0fa5d0d9f5
This commit is contained in:
Amir Aharoni
2019-11-21 11:33:28 +02:00
parent f6e5d24941
commit 95912d438c
5 changed files with 30 additions and 24 deletions

View File

@@ -17,7 +17,13 @@
padding: 0 16px;
}
.uls-lcd--no-quicklist [data-region="all"] .uls-lcd-region-title {
.uls-lcd-region-title {
color: #555;
font-size: 14px;
padding-left: 28px;
}
.uls-lcd--no-quicklist [ data-region='all' ] .uls-lcd-region-title {
display: none;
}
@@ -25,12 +31,6 @@
margin-top: 10px;
}
.uls-lcd-region-title {
color: #555;
font-size: 14px;
padding-left: 28px;
}
/*
* We need to have this as a grid row to push rest of the content below it, but resetting
* padding and margin so that calculating them for children is easier.