Fixed code smell 'Variables should not be shadowed'.

Fixed all the duplicate CSS blocks issues raised by SonarQube.
This commit is contained in:
Aditya Toshniwal
2020-07-14 15:45:01 +05:30
committed by Akshay Joshi
parent 0013a3b047
commit 161c9b0fc7
11 changed files with 118 additions and 165 deletions

View File

@@ -7,11 +7,6 @@
background-color: $color-gray-light;
}
#schema-diff-grid {
font-family: $font-family-primary;
font-size: $tree-font-size;
}
#schema-diff-grid .slick-header .slick-header-columns {
background: $color-bg;
height: 40px;
@@ -25,6 +20,8 @@
}
#schema-diff-grid {
font-family: $font-family-primary;
font-size: $tree-font-size;
.ui-widget-content {
background-color: $input-bg;
color: $input-color;