mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-01 04:32:16 +08:00
Fix tag edit mode
This commit is contained in:
parent
111056a032
commit
75f29d7b04
2 changed files with 7 additions and 3 deletions
|
@ -98,6 +98,10 @@
|
|||
#calendar-due-date {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.fa-calendar-alt {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
@ -179,7 +183,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
&:not(.view-mode):hover {
|
||||
.input-field {
|
||||
border: 1px solid $color-gainsboro;
|
||||
}
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
'data-placeholder': t("my_modules.module_header.no_tags"),
|
||||
'data-tags-create-url': project_tags_path(project_id: my_module.experiment.project_id),
|
||||
'data-ajax-url': search_tags_my_module_my_module_tags_path(@my_module),
|
||||
'data-update-module-tags-url': my_module_my_module_tags_path(@my_module)
|
||||
|
||||
'data-update-module-tags-url': my_module_my_module_tags_path(@my_module),
|
||||
'data-view-mode': !editable
|
||||
} %>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue