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:
Urban Rotnik 2019-04-26 15:46:37 +02:00 committed by GitHub
commit 88050b9b93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View file

@ -68,18 +68,19 @@
background: transparent;
border: 1px solid transparent;
cursor: pointer;
pointer-events: none;
user-select: none;
+ .button-container {
display: none;
}
}
}
&:hover {
&:hover input {
border: 1px solid $color-gainsboro;
}
}
}
}
.nav-name.editable {

View file

@ -245,6 +245,7 @@
overflow: hidden;
padding: 2px 5px;
width: 100%;
pointer-events: none;
&:focus {
outline: 0;