mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-25 01:03:18 +08:00
Merge pull request #2340 from biosistemika/SCI-4218-remove-tooltips
SCI-4218 prevent displaying tooltip on column type selection
This commit is contained in:
commit
239abfee33
1 changed files with 7 additions and 1 deletions
|
@ -94,6 +94,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
#new-repository-column {
|
||||
.tag-label{
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
|
||||
.repo-columns-list {
|
||||
height: 390px;
|
||||
margin-bottom: 0;
|
||||
|
@ -207,7 +213,7 @@
|
|||
.repo-columns-list>.editable:hover>.manage-controls {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
.repo-columns-list>.editable:hover>.column-type {
|
||||
display: inline-block;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue