mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
Remove contenteditable css
This commit is contained in:
parent
e1ac5d71cb
commit
9eb860f863
1 changed files with 0 additions and 21 deletions
|
|
@ -53,27 +53,6 @@ h1 > span {
|
|||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
||||
.completed [contenteditable] {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
[contenteditable]:focus {
|
||||
outline: none;
|
||||
}
|
||||
[contenteditable]:hover:before,
|
||||
[contenteditable]:focus:before {
|
||||
content: "";
|
||||
}
|
||||
[contenteditable]:before {
|
||||
z-index: -1;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: -4px;
|
||||
display: block;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
/**------------ Habits.styl ------------ */
|
||||
/*****************************************/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue