Skip to content

Commit

Permalink
change markdown history page style (#6492)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael18811380328 authored Aug 5, 2024
1 parent 381a945 commit 5fbc14e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions frontend/src/css/file-history.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
padding: 5px 10px;
display: flex;
flex: 1;
cursor: pointer;
}

.history-list-container .history-list-item:hover {
Expand Down
11 changes: 5 additions & 6 deletions frontend/src/css/history-record-item.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -36,8 +40,3 @@
background-color: #549b5a;
margin-right: 0.25rem;
}

.history-body .dropdown-menu a {
text-decoration: none;
color: #6e7687;
}

0 comments on commit 5fbc14e

Please sign in to comment.