Skip to content

Commit fbedbf0

Browse files
committed
Fix white I-beam cursor
1 parent 40213a2 commit fbedbf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/cursors.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
@ibeam-2x: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAAz0lEQVRIx2NgYGBY/R8I/vx5eelX3n82IJ9FxGf6tksvf/8FiTMQAcAGQMDvSwu09abffY8QYSAScNk45G198eX//yev73/4///701eh//kZSARckrNBRvz//+8+6ZohwCzjGNjdgQxkAg7B9WADeBjIBqtJCbhRA0YNoIkBSNmaPEMoNmA0FkYNoFKhapJ6FGyAH3nauaSmPfwI0v/3OukVi0CIZ+F25KrtYcx/CTIy0e+rC7R1Z4KMICVTQQ14feVXIbR695u14+Ir4gwAAD49E54wc1kWAAAAAElFTkSuQmCC');
99

1010
.cursor-white() {
11-
cursor: -webkit-image-set(@ibeam-1x 1dppx, @ibeam-2x 2dppx) 5 8, text;
11+
cursor: -webkit-image-set(@ibeam-1x 1x, @ibeam-2x 2x) 5 8, text;
1212
}
1313

1414
// Editors

0 commit comments

Comments
 (0)