mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Move all CSS into SCSS files for consistency and ease of colour maintenance etc. Fixes #2927
This commit is contained in:
committed by
Dave Page
parent
61f00a0cbb
commit
82c9cca683
@@ -53,13 +53,6 @@ td.explain-tooltip-val {
|
||||
|
||||
}
|
||||
|
||||
.pgadmin-explain-tooltip {
|
||||
position: absolute;
|
||||
opacity:0;
|
||||
color: cornsilk;
|
||||
background-color: #010125;
|
||||
}
|
||||
|
||||
.pgadmin-tooltip-table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 1px;
|
||||
|
||||
6
web/pgadmin/misc/static/explain/scss/_explain.scss
Normal file
6
web/pgadmin/misc/static/explain/scss/_explain.scss
Normal file
@@ -0,0 +1,6 @@
|
||||
.pgadmin-explain-tooltip {
|
||||
position: absolute;
|
||||
opacity:0;
|
||||
color: $color-gray-lighter;
|
||||
background-color: $color-gray-dark;
|
||||
}
|
||||
Reference in New Issue
Block a user