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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user