preventDefault only if toggle=click
This commit is contained in:
@@ -1,8 +1,18 @@
|
||||
.editable-click, a.editable-click, a.editable-click:hover {
|
||||
.editable-click,
|
||||
a.editable-click,
|
||||
a.editable-click:hover {
|
||||
text-decoration: none;
|
||||
border-bottom: dashed 1px #0088cc;
|
||||
}
|
||||
|
||||
.editable-click.editable-disabled,
|
||||
a.editable-click.editable-disabled,
|
||||
a.editable-click.editable-disabled:hover {
|
||||
color: #585858;
|
||||
cursor: default;
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.editable-empty, .editable-empty:hover{
|
||||
font-style: italic;
|
||||
color: #DD1144;
|
||||
@@ -18,8 +28,3 @@
|
||||
/* content: '*'*/
|
||||
}
|
||||
|
||||
.editable-disabled, a.editable-disabled, a.editable-disabled:hover {
|
||||
color: black;
|
||||
cursor: default;
|
||||
text-decoration: none;
|
||||
}
|
Reference in New Issue
Block a user