mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed SonarQube issues in css/scss files.
This commit is contained in:
committed by
Akshay Joshi
parent
2ebf203412
commit
a6ce78a8c0
@@ -8,10 +8,6 @@
|
|||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dashboard-graph-body {
|
|
||||||
padding: 0.25rem 0.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.dashboard-row {
|
.dashboard-row {
|
||||||
margin-bottom: $grid-gutter-width/2;
|
margin-bottom: $grid-gutter-width/2;
|
||||||
}
|
}
|
||||||
@@ -40,6 +36,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.dashboard-graph-body {
|
.dashboard-graph-body {
|
||||||
|
padding: 0.25rem 0.5rem;
|
||||||
|
|
||||||
& .flotr-labels {
|
& .flotr-labels {
|
||||||
color: $color-fg !important;
|
color: $color-fg !important;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -39,8 +39,8 @@
|
|||||||
.file-input-container {
|
.file-input-container {
|
||||||
margin:0;
|
margin:0;
|
||||||
position:relative;
|
position:relative;
|
||||||
top:0px;
|
top:16px;
|
||||||
width:215px;
|
width:198px;
|
||||||
height:32px;
|
height:32px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
@@ -53,9 +53,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Opera hack */
|
|
||||||
x:-o-prefocus, .file-input-container {top:16px;width:198px;}
|
|
||||||
|
|
||||||
/** Input file Replacement - end */
|
/** Input file Replacement - end */
|
||||||
.file_listing #contents.grid {
|
.file_listing #contents.grid {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|||||||
@@ -56,10 +56,6 @@
|
|||||||
background: $table-hover-bg-color;
|
background: $table-hover-bg-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fileinfo table#contents tr td {
|
|
||||||
font-family: $font-family-primary;
|
|
||||||
}
|
|
||||||
|
|
||||||
.fileinfo #contents li span.less_text {
|
.fileinfo #contents li span.less_text {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
@@ -70,6 +66,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.fileinfo table#contents tr td {
|
.fileinfo table#contents tr td {
|
||||||
|
font-family: $font-family-primary;
|
||||||
|
|
||||||
& span.less_text {
|
& span.less_text {
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|||||||
@@ -43,11 +43,7 @@
|
|||||||
|
|
||||||
div.tab-pane[data-explain-tabpanel=table] {
|
div.tab-pane[data-explain-tabpanel=table] {
|
||||||
|
|
||||||
border-bottom: $panel-border;
|
border-bottom: $panel-border;
|
||||||
|
|
||||||
.pga-ex-exclusive-1,
|
|
||||||
.pga-ex-inclusive-1,
|
|
||||||
.pga-ex-rowsx-1 {}
|
|
||||||
|
|
||||||
td.pga-ex-exclusive-2,
|
td.pga-ex-exclusive-2,
|
||||||
td.pga-ex-inclusive-2,
|
td.pga-ex-inclusive-2,
|
||||||
|
|||||||
Reference in New Issue
Block a user