diff --git a/frontend/src/css/file-history.css b/frontend/src/css/file-history.css index 0a84d64697..fa978ee7fc 100644 --- a/frontend/src/css/file-history.css +++ b/frontend/src/css/file-history.css @@ -80,6 +80,7 @@ padding: 5px 10px; display: flex; flex: 1; + cursor: pointer; } .history-list-container .history-list-item:hover { diff --git a/frontend/src/css/history-record-item.css b/frontend/src/css/history-record-item.css index ac5f4927fe..8f0421558e 100644 --- a/frontend/src/css/history-record-item.css +++ b/frontend/src/css/history-record-item.css @@ -19,8 +19,12 @@ justify-content: center; } +.history-list-item .history-operation .sf3-font-more-vertical:hover { + text-decoration: none; +} + .history-info .time { - color: #000; + color: #212529; } .history-info .owner { @@ -36,8 +40,3 @@ background-color: #549b5a; margin-right: 0.25rem; } - -.history-body .dropdown-menu a { - text-decoration: none; - color: #6e7687; -}