mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-12-23 23:50:29 -06:00
Remove duplicate properties in CSS and few js standard fixes reported by SonarQube.
This commit is contained in:
parent
a21e6448ce
commit
023a1f222f
@ -508,6 +508,8 @@ define('pgadmin.dashboard', [
|
||||
for (var time_ind = 0; time_ind < dataset[label_ind]['data'].length; time_ind++) {
|
||||
dataset[label_ind]['data'][time_ind][0] = time_ind;
|
||||
}
|
||||
|
||||
return;
|
||||
});
|
||||
counter_prev_data = new_data;
|
||||
}
|
||||
|
@ -85,7 +85,6 @@ div.clip {
|
||||
|
||||
.file_listing #contents.list td:first-child {
|
||||
display: table-cell;
|
||||
padding-left: 0;
|
||||
width: 100%;
|
||||
padding-left: 12px;
|
||||
background-repeat: no-repeat;
|
||||
|
@ -190,7 +190,6 @@
|
||||
}
|
||||
|
||||
.upload_file .file_upload_main {
|
||||
position: relative;
|
||||
height: 127px;;
|
||||
width: 120px;
|
||||
display: inline-block;
|
||||
@ -201,7 +200,6 @@
|
||||
-webkit-border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
background: $color-bg;
|
||||
margin: 2px;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
@ -98,7 +98,6 @@ div.tab-pane[data-explain-tabpanel=table] {
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
white-space: -webkit-pre-wrap;
|
||||
word-break: break-all;
|
||||
white-space: normal;
|
||||
}
|
||||
&.pg-ex-highlighter {
|
||||
|
Loading…
Reference in New Issue
Block a user