From 904be442aefea633fe03e0282a4e9c7cb028e6b0 Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Tue, 25 Sep 2018 11:36:15 +0200 Subject: [PATCH] we don't need these --- .../src/less/utilities/_cursor.less | 37 ------------------- 1 file changed, 37 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/less/utilities/_cursor.less b/src/Umbraco.Web.UI.Client/src/less/utilities/_cursor.less index ea671caa5e..dade8e0aae 100644 --- a/src/Umbraco.Web.UI.Client/src/less/utilities/_cursor.less +++ b/src/Umbraco.Web.UI.Client/src/less/utilities/_cursor.less @@ -37,40 +37,3 @@ .cursor-zoom-in { cursor: zoom-in; } .cursor-zoom-out { cursor: zoom-out; } -@media screen and (min-width: 48em) { - .cursor-auto-ns { cursor: auto; } - .cursor-default-ns { cursor: default; } - .cursor-none-ns { cursor: none; } - .cursor-context-menu-ns { cursor: context-menu; } - .cursor-help-ns { cursor: help; } - .cursor-pointer-ns { cursor: pointer; } - .cursor-progress-ns { cursor: progress; } - .cursor-wait-ns { cursor: wait; } - .cursor-cell-ns { cursor: cell; } - .cursor-crosshair-ns { cursor: crosshair; } - .cursor-text-ns { cursor: text; } - .cursor-vertical-text-ns { cursor: vertical-text; } - .cursor-alias-ns { cursor: alias; } - .cursor-copy-ns { cursor: copy; } - .cursor-move-ns { cursor: move; } - .cursor-no-drop-ns { cursor: no-drop; } - .cursor-not-allowed-ns { cursor: not-allowed; } - .cursor-e-resize-ns { cursor: e-resize; } - .cursor-n-resize-ns { cursor: n-resize; } - .cursor-ne-resize-ns { cursor: ne-resize; } - .cursor-nw-resize-ns { cursor: nw-resize; } - .cursor-s-resize-ns { cursor: s-resize; } - .cursor-se-resize-ns { cursor: se-resize; } - .cursor-sw-resize-ns { cursor: sw-resize; } - .cursor-w-resize-ns { cursor: w-resize; } - .cursor-ew-resize-ns { cursor: ew-resize; } - .cursor-ns-resize-ns { cursor: ns-resize; } - .cursor-nesw-resize-ns { cursor: nesw-resize; } - .cursor-nwse-resize-ns { cursor: nwse-resize; } - .cursor-col-resize-ns { cursor: col-resize; } - .cursor-row-resize-ns { cursor: row-resize; } - .cursor-all-scroll-ns { cursor: all-scroll; } - .cursor-zoom-in-ns { cursor: zoom-in; } - .cursor-zoom-out-ns { cursor: zoom-out; } -} -