1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 15:53:28 +00:00

[a11y] dir view - file tag: improvements & added support for 'keyboard access'

This commit is contained in:
llj
2021-09-27 14:44:38 +08:00
parent 8fa1c01d11
commit 95a810858a
4 changed files with 20 additions and 12 deletions

View File

@@ -45,8 +45,9 @@
.tag-demo .tag-files {
margin-right: 0.5rem;
color: #fff;
cursor: pointer;
border-bottom: 1px solid;
text-decoration: underline;
}
.tag-list-item .tag-edit {
@@ -58,6 +59,8 @@
height: 2.25rem;
border-radius: 0.25rem;
color: #798d99;
cursor: pointer;
background: transparent;
}
.tag-list-item .tag-edit:hover {