aboutsummaryrefslogtreecommitdiff
path: root/public/ng/less/ui/reset.less
diff options
context:
space:
mode:
Diffstat (limited to 'public/ng/less/ui/reset.less')
-rw-r--r--public/ng/less/ui/reset.less11
1 files changed, 5 insertions, 6 deletions
diff --git a/public/ng/less/ui/reset.less b/public/ng/less/ui/reset.less
index f58e1a47..04d11989 100644
--- a/public/ng/less/ui/reset.less
+++ b/public/ng/less/ui/reset.less
@@ -81,17 +81,15 @@ audio:not([controls]) {
// display hidden elements
[hidden],
-template
+template,
.hidden {
- display: none;
+ display: none;
}
-
.opacity {
- opacity: 0;
+ opacity: 0;
}
-
.opacity-half {
- opacity: .5;
+ opacity: .5;
}
// links element
@@ -100,6 +98,7 @@ a,
.text-link {
color: @linkColor;
text-decoration: none;
+ cursor: pointer;
&:hover {
color: @linkHoverColor;
text-decoration: none;