summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/views/_read-view.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/scss/views/_read-view.scss')
-rw-r--r--web-ui/app/scss/views/_read-view.scss18
1 files changed, 2 insertions, 16 deletions
diff --git a/web-ui/app/scss/views/_read-view.scss b/web-ui/app/scss/views/_read-view.scss
index 7a797909..25aaf92e 100644
--- a/web-ui/app/scss/views/_read-view.scss
+++ b/web-ui/app/scss/views/_read-view.scss
@@ -113,24 +113,10 @@
}
&-tags {
+ @include tags-editable;
+
clear: both;
margin: 0 0 10px;
-
- // TODO refactor
-
- @include tags;
-
- ul li {
- &.tag:hover {
- &:before {
- content: "click to remove";
- text-transform: lowercase;
- font-size: 0.5rem;
-
- @include tooltip(18px, 8px);
- }
- }
- }
}
}