css: merge comment hover -> default cursor

This commit is contained in:
Thomas Gelf 2022-02-09 16:10:45 +01:00
parent 7eeff6d9b4
commit 7ae1ed7798
1 changed files with 1 additions and 0 deletions

View File

@ -1390,6 +1390,7 @@ table.activity-log {
overflow-x:hidden;
word-break: break-word;
&:hover {
cursor: default;
text-decoration: none;
}
background: fade(@color-warning-handled, 20%);