mirror of https://gitee.com/answerdev/answer.git
Merge pull request #229 from answerdev/feat/1.0.6/ui
fix(ImgViewer): Set the zoom-out cursor correctly for images in the p…
This commit is contained in:
commit
71b02e3d4c
|
@ -121,7 +121,7 @@ a {
|
|||
}
|
||||
|
||||
.cursor-zoom-out {
|
||||
cursor: zoom-out;
|
||||
cursor: zoom-out !important;
|
||||
}
|
||||
|
||||
img:not(a img, img.broken) {
|
||||
|
|
Loading…
Reference in New Issue