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

[a11y] .table-sort-op: show focus effect when accessed by keyboard

This commit is contained in:
llj
2021-09-17 16:30:24 +08:00
parent a05c16793e
commit ace2ea7a3e

View File

@@ -1048,12 +1048,11 @@ a.table-sort-op {
margin-left: 15px;
}
}
a.table-sort-op:hover,
a.table-sort-op:focus {
a.table-sort-op:hover {
outline: none;
text-decoration: none;
}
/* dropdown-menu style */
.dropdown-menu {
min-width: 8rem;