mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Port Dependent, dependencies, statistics panel to React. Fixes #7016
This commit is contained in:
committed by
Akshay Joshi
parent
3e86ed5d21
commit
094129e2be
@@ -1,6 +1,5 @@
|
||||
.icon-rule{
|
||||
background-image: url('{{ url_for('NODE-rule.static', filename='img/rule.svg') }}') !important;
|
||||
border-radius: 10px;
|
||||
background-size: 20px !important;
|
||||
background-repeat: no-repeat;
|
||||
align-content: center;
|
||||
@@ -11,7 +10,6 @@
|
||||
|
||||
.icon-rule-bad{
|
||||
background-image: url('{{ url_for('NODE-rule.static', filename='img/rule-bad.svg') }}') !important;
|
||||
border-radius: 10px;
|
||||
background-size: 20px !important;
|
||||
background-repeat: no-repeat;
|
||||
align-content: center;
|
||||
|
||||
Reference in New Issue
Block a user