1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 19:00:12 +00:00

style(button): add hover color (#7820)

* style(button): add hover coloe

* add share button hover
This commit is contained in:
Guodong SU
2025-05-19 10:32:11 +08:00
committed by GitHub
parent 32611c6671
commit 5283335822
4 changed files with 39 additions and 5 deletions

View File

@@ -591,6 +591,21 @@ a, a:hover {
color: #666 !important;
}
.action-icon.sf3-font-copy1,
.action-icon.sf3-font-delete1 {
width: 24px;
height: 24px;
border-radius: 2px;
display: inline-flex;
align-items: center;
justify-content: center;
}
.action-icon.sf3-font-delete1:hover,
.action-icon.sf3-font-copy1:hover {
background-color: #EFEFEF;
}
.action-icon:focus,
.action-icon:hover,
.attr-action-icon:focus,