mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 17:38:54 +00:00
Merge pull request #1173 from smartcanvas/fix/cursor-pointer-for-table-headers
Add: add cursor:pointer to SmartTable headers to indicate it's clickable
This commit is contained in:
commit
b1937aaab2
@ -492,6 +492,10 @@ div.table-name:hover {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.smart-table .smart-table-header-row .header-content {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.voffset {
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user