diff options
| author | Haishan <[email protected]> | 2019-11-14 00:13:12 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2019-11-14 00:13:12 +0800 |
| commit | ab61e8492606c0ba4937467d32835a878b259e34 (patch) | |
| tree | 2f585a2ac42ba20e73ac8d715683c60a9b818c6a /src/components/ConnectionTable.module.css | |
| parent | 763c41d84873e25ceff518f93cacf3776251545b (diff) | |
chore: update connections table sorting indicator icon
Diffstat (limited to 'src/components/ConnectionTable.module.css')
| -rw-r--r-- | src/components/ConnectionTable.module.css | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/src/components/ConnectionTable.module.css b/src/components/ConnectionTable.module.css index f145542..56e7c2a 100644 --- a/src/components/ConnectionTable.module.css +++ b/src/components/ConnectionTable.module.css @@ -4,7 +4,7 @@ } .th { - padding: 8px 0 14px 10px; + padding: 8px 10px; height: 50px; background: var(--color-background); position: sticky; @@ -15,14 +15,8 @@ justify-content: space-between; } -.th span:last-child { - margin-left: 10px; - width: 16px; - height: 16px; -} - .td { - padding: 8px 10px; + padding: 8px 13px; font-size: 0.9em; font-family: var(--font-normal); @@ -36,3 +30,14 @@ .du { text-align: right; } + +.sortIconContainer { + display: inline-flex; + margin-left: 10px; + width: 16px; + height: 16px; +} + +.rotate180 { + transform: rotate(180deg); +} |
