mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
fix: lighten CSS border for data preview table (#8966)
this has been bugging me
This commit is contained in:
committed by
GitHub
parent
614f13377b
commit
31d7f69193
@@ -20,7 +20,7 @@
|
||||
@import '../../../stylesheets/less/variables.less';
|
||||
|
||||
.ReactVirtualized__Grid__innerScrollContainer {
|
||||
border: 1px solid;
|
||||
border: 1px solid @gray-light;
|
||||
}
|
||||
.ReactVirtualized__Table__headerRow {
|
||||
font-weight: @font-weight-bold;
|
||||
|
||||
Reference in New Issue
Block a user