Gitlab CSE Unil

Skip to content
Snippets Groups Projects
Commit 3f945b16 authored by M. Chardon's avatar M. Chardon
Browse files

idem

parent 2b6aa836
No related branches found
Tags 2.0
No related merge requests found
......@@ -1757,19 +1757,19 @@ canvas {
/* ----- Cursors ----------------------------------------------------------- */
canvas {
&.cursor-tool-drawing, canvas.cursor-tool-drawinggeo {
&.cursor-tool-drawing, &.cursor-tool-drawinggeo {
cursor: crosshair;
}
&.cursor-tool-lines, canvas.cursor-tool-linesgeo {
&.cursor-tool-lines, &.cursor-tool-linesgeo {
cursor: crosshair;
}
&.cursor-tool-ellipse, canvas.cursor-tool-ellipsegeo {
&.cursor-tool-ellipse, &.cursor-tool-ellipsegeo {
cursor: crosshair;
}
&.cursor-tool-rectangle, canvas.cursor-tool-rectanglegeo {
&.cursor-tool-rectangle, &.cursor-tool-rectanglegeo {
cursor: crosshair;
}
&.cursor-tool-text, canvas.cursor-tool-textgeo {
&.cursor-tool-text, &.cursor-tool-textgeo {
cursor: text;
}
&.cursor-tool-pan {
......@@ -1794,7 +1794,7 @@ canvas {
&.cursor-tool-discordantstr {
cursor: crosshair;
}
&.cursor-tool-arrow, &.cursor-tool-arrow2 {
&.cursor-tool-arrow, &.cursor-tool-arrow2, &.cursor-tool-arrowgeo {
cursor: crosshair;
}
cursor: default;
......
source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment