Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/picturepan2/spectre.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/utilities/_display.scss')
-rw-r--r--src/utilities/_display.scss20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/utilities/_display.scss b/src/utilities/_display.scss
index ffd352a..8297e95 100644
--- a/src/utilities/_display.scss
+++ b/src/utilities/_display.scss
@@ -41,24 +41,4 @@
padding: 0;
position: absolute;
width: 1px;
-}
-
-// Cursor
-.c-hand {
- cursor: pointer;
-}
-.c-move {
- cursor: move;
-}
-.c-zoom-in {
- cursor: zoom-in;
-}
-.c-zoom-out {
- cursor: zoom-out;
-}
-.c-not-allowed {
- cursor: not-allowed;
-}
-.c-auto {
- cursor: auto;
} \ No newline at end of file