mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed code smell 'Variables should not be shadowed'.
Fixed all the duplicate CSS blocks issues raised by SonarQube.
This commit is contained in:
committed by
Akshay Joshi
parent
0013a3b047
commit
161c9b0fc7
@@ -97,13 +97,6 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
.CodeMirror-foldmarker {
|
||||
color: $color-primary;
|
||||
text-shadow: #b9f 1px 1px 2px, #b9f -1px -1px 2px, #b9f 1px -1px 2px, #b9f -1px 1px 2px;
|
||||
line-height: .3;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.CodeMirror-linenumber {
|
||||
color: $color-fg;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user