mirror of https://gitee.com/answerdev/answer.git
fix(ImgViewer): Set the zoom-out cursor correctly for images in the preview
This commit is contained in:
parent
7243df724d
commit
53a42683c3
|
@ -121,7 +121,7 @@ a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.cursor-zoom-out {
|
.cursor-zoom-out {
|
||||||
cursor: zoom-out;
|
cursor: zoom-out !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
img:not(a img, img.broken) {
|
img:not(a img, img.broken) {
|
||||||
|
|
Loading…
Reference in New Issue