mirror of
https://github.com/apache/superset.git
synced 2026-05-08 01:15:46 +00:00
fix(table): restore dropdown arrow visibility on paginated table page… (#39305)
This commit is contained in:
@@ -98,6 +98,11 @@ export default styled.div`
|
||||
background-color: ${theme.colorBgLayout};
|
||||
}
|
||||
|
||||
.dt-select-page-size .ant-select .ant-select-arrow {
|
||||
color: ${theme.colorTextQuaternary};
|
||||
z-index: 11;
|
||||
}
|
||||
|
||||
/* Controls and metrics */
|
||||
.dt-controls {
|
||||
padding-bottom: 0.65em;
|
||||
|
||||
Reference in New Issue
Block a user