Skip to content

Commit d873391

Browse files
committed
Remove outline for editable field cancel link
1 parent 6c8ac2f commit d873391

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

css/Editable.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
.editable:hover .icon-edit { opacity: 0.7 }
33
.editable .icon-edit:hover { opacity: 1; transition: none }
44
.editable .editablebuttons { text-align: right; padding-bottom: 10px }
5+
.editable .editablebuttons .link:focus { outline: none }
56
.editable .empty { opacity: 0.6; }
67
.editable.editing.overlay {
78
padding: 10px; margin-left: -10px; background-color: rgba(255,255,255,0.9);
89
box-shadow: 0px 0px 20px #EEE; margin-bottom: -62px; z-index: 999; position: relative;
9-
}
10+
}

css/all.css

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)