mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed issue related to extra semicolons and function naming convention reported by SonarQube.
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
& .cm-link {color: $color-editor-fg;}
|
||||
|
||||
& :not(.cm-fat-cursor) .CodeMirror-cursor {
|
||||
border-left: thin solid $color-editor-fg;;
|
||||
border-left: thin solid $color-editor-fg;
|
||||
border-right: none;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
@@ -772,7 +772,7 @@ table tr td {
|
||||
td.edit-cell:focus,
|
||||
td.delete-cell:focus,
|
||||
td.string-cell:focus {
|
||||
border: 2px solid $input-focus-border-color !important;;
|
||||
border: 2px solid $input-focus-border-color !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -29,7 +29,7 @@ $color-success-light: #D9ECDA !default;
|
||||
|
||||
$color-warning: #eea236 !default;
|
||||
$color-warning-fg: $black !default;
|
||||
$color-warning-light: #fce5c5 !default;;
|
||||
$color-warning-light: #fce5c5 !default;
|
||||
|
||||
$color-gray-dark: #848ea0 !default;
|
||||
$color-gray: #bac1cd !default;
|
||||
|
||||
Reference in New Issue
Block a user