css: merge comment hover -> default cursor
This commit is contained in:
parent
7eeff6d9b4
commit
7ae1ed7798
|
@ -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%);
|
||||
|
|
Loading…
Reference in New Issue