summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
Diffstat (limited to 'core/css')
-rw-r--r--core/css/share.scss20
1 files changed, 1 insertions, 19 deletions
diff --git a/core/css/share.scss b/core/css/share.scss
index 2a9f357bc38..37217fa926a 100644
--- a/core/css/share.scss
+++ b/core/css/share.scss
@@ -104,7 +104,6 @@
.popovermenu {
right: -11px;
top: 35px;
- padding: 3px 6px;
}
}
@@ -112,8 +111,7 @@
white-space: nowrap;
display: inline-block;
}
- .unshare img,
- .showCruds img {
+ .unshare img {
vertical-align: text-bottom;
/* properly align icons */
}
@@ -132,22 +130,6 @@
}
}
-a {
- &.showCruds {
- display: inline;
- opacity: .5;
- }
- &.unshare {
- display: inline-block;
- opacity: .5;
- padding: 10px;
- }
- &.showCruds:hover,
- &.unshare:hover {
- opacity: 1;
- }
-}
-
#link {
border-top: 1px solid nc-darken($color-main-background, 14%);
padding-top: 8px;