Commit 9f4afb90 authored by csillag's avatar csillag

Make the notification counter behave exactly like tri

* Style the cursor above the notification counter exactly as above tri (w-resize and rw-resize, depending on sidebar state)
* Make it react to clicks
parent e843290d
......@@ -102,13 +102,6 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
}
}
&.shown {
.tri {
@include fonticon("\e010", left);
cursor: ew-resize;
}
}
.notification-counter {
font-family: $sansFontFamily;
position: absolute;
......@@ -117,6 +110,18 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
margin-top: 0.37em;
z-index: 2;
font-size: 12px;
cursor: w-resize;
}
&.shown {
.tri {
@include fonticon("\e010", left);
cursor: ew-resize;
}
.notification-counter {
cursor: ew-resize;
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment