mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-05 06:32:07 +08:00
Merge pull request #1707 from urbanrotnik/ur-sci-3383-task-name-not-editable
Fix for inline editing on Firefox [SCI-3383]
This commit is contained in:
commit
88050b9b93
2 changed files with 6 additions and 4 deletions
|
@ -68,18 +68,19 @@
|
|||
background: transparent;
|
||||
border: 1px solid transparent;
|
||||
cursor: pointer;
|
||||
pointer-events: none;
|
||||
user-select: none;
|
||||
|
||||
+ .button-container {
|
||||
display: none;
|
||||
|
||||
}
|
||||
|
||||
&:hover {
|
||||
border: 1px solid $color-gainsboro;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&:hover input {
|
||||
border: 1px solid $color-gainsboro;
|
||||
}
|
||||
}
|
||||
|
||||
.nav-name.editable {
|
||||
|
|
|
@ -245,6 +245,7 @@
|
|||
overflow: hidden;
|
||||
padding: 2px 5px;
|
||||
width: 100%;
|
||||
pointer-events: none;
|
||||
|
||||
&:focus {
|
||||
outline: 0;
|
||||
|
|
Loading…
Reference in a new issue