Remove unclear cursors
They look drastically different on different browsers/OS
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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%;
|
||||||
|
|||||||
Reference in New Issue
Block a user