Merge pull request #3493 from DanielRuf/fix/remove-duplicateproperties-unused-parameter

Remove duplicate CSS properties
This commit is contained in:
James Brooks 2019-02-27 20:14:52 +00:00 committed by GitHub
commit 99742caf29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -306,7 +306,7 @@ $(function () {
});
};
sparkLine(false);
sparkLine();
}
function goToStep(current, next) {

View File

@ -346,7 +346,6 @@ ul.messenger-theme-air .messenger-message .messenger-actions a {
border-radius: 4px;
text-decoration: none;
display: inline-block;
padding: 10px;
color: #888888;
margin-right: 10px;
padding: 3px 10px 5px;
@ -452,7 +451,6 @@ ul.messenger-theme-air .messenger-spinner {
left: 12px;
top: 50%;
margin-top: -13px;
z-index: 999;
height: 24px;
width: 24px;
z-index: 10;