Remove unclear cursors

They look drastically different on different browsers/OS
This commit is contained in:
2020-04-21 10:27:02 +02:00
parent 174025f958
commit f6c385798b
3 changed files with 0 additions and 8 deletions

View File

@@ -18,9 +18,6 @@
line-height: 1; line-height: 1;
text-align: right; text-align: right;
a {
cursor: w-resize;
}
em { em {
margin-left: -2px; margin-left: -2px;
margin-right: 16px; margin-right: 16px;

View File

@@ -94,7 +94,6 @@
display: inline-flex; display: inline-flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
cursor: ne-resize;
} }
svg { svg {
display: block; display: block;

View File

@@ -78,10 +78,6 @@
@include breakpoint (sm) { @include breakpoint (sm) {
margin-bottom: 8px; margin-bottom: 8px;
} }
a {
cursor: ne-resize;
}
} }
dd { dd {
width: 65%; width: 65%;