mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
fix(plugin-chart-table): Revert "fix(chart table in dashboard): improve screen reading of table (#26453)" (#26963)
This commit is contained in:
committed by
GitHub
parent
fb38552a14
commit
e4eae9a70c
@@ -32,13 +32,10 @@ export default styled.div`
|
||||
td {
|
||||
min-width: 4.3em;
|
||||
}
|
||||
|
||||
thead > tr > th {
|
||||
position: sticky;
|
||||
top: -1px;
|
||||
padding-right: 0;
|
||||
z-index: 100;
|
||||
border-bottom: ${theme.gridUnit / 2}px solid
|
||||
${theme.colors.grayscale.light2};
|
||||
position: relative;
|
||||
background: ${theme.colors.grayscale.light5};
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user