mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
tables: Fix table column dimensions on hover.
This commit is contained in:
committed by
Tim Abbott
parent
f93cf330d4
commit
7ccfed65e8
@@ -698,6 +698,7 @@ div.overlay {
|
||||
border-collapse: separate;
|
||||
|
||||
& thead th {
|
||||
min-width: 100px;
|
||||
color: inherit;
|
||||
background-color: hsl(0deg 0% 100%);
|
||||
border-top: 1px solid hsl(0deg 0% 0% / 20%) !important;
|
||||
@@ -708,7 +709,7 @@ div.overlay {
|
||||
content: " \f0d8";
|
||||
white-space: pre;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
position: absolute;
|
||||
padding-top: 3px;
|
||||
font: normal normal normal 12px/1 FontAwesome;
|
||||
font-size: inherit;
|
||||
|
||||
Reference in New Issue
Block a user