Replace pointer with default cursor on filename hover (#6193)

This commit is contained in:
Kaan Kabalak 2018-07-24 01:04:20 -07:00 committed by Nitish Tiwari
parent 157ed65c35
commit cbe8df198e
2 changed files with 29 additions and 23 deletions

View file

@ -100,6 +100,12 @@ div.fesl-row {
}
}
.fesl-item-name {
a {
cursor: default;
}
}
/*--------------------------
Icons
----------------------------*/

File diff suppressed because one or more lines are too long