Fix for inline editing on Firefox

This commit is contained in:
Urban Rotnik 2019-04-26 14:15:46 +02:00
parent 6bb19ed0be
commit 8413ed5ab0
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 {
border: 1px solid $color-gainsboro;
}
}
}
&:hover input {
border: 1px solid $color-gainsboro;
}
}
.nav-name.editable {

View file

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