Skip to content

Commit

Permalink
5.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nmielnik committed Sep 13, 2015
1 parent aa5b45b commit 60cd879
Show file tree
Hide file tree
Showing 14 changed files with 120 additions and 62 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
5.8.0 / 2015-09-13
==================
* Added relativeContainer options for the toolbar
* Fix issue with auto-linking across consecutive list-items
* Added beagle theme


5.7.0 / 2015-08-21
==================
* Fix backwards compatability issue with how keyboard commands extension handles 'alt'
Expand Down
7 changes: 6 additions & 1 deletion dist/css/medium-editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@
position: fixed;
top: 1px; }

.medium-editor-relative-toolbar {
position: relative; }

.medium-editor-toolbar-active.medium-editor-stalker-toolbar {
-webkit-animation: medium-editor-pop-upwards 160ms forwards linear;
animation: medium-editor-pop-upwards 160ms forwards linear; }
Expand Down Expand Up @@ -180,7 +183,9 @@
display: inline-block; }
.medium-editor-toolbar-form .medium-editor-toolbar-input:focus,
.medium-editor-toolbar-form label:focus {
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
box-shadow: none;
outline: 0; }
Expand Down
2 changes: 1 addition & 1 deletion dist/css/medium-editor.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/themes/bootstrap.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/themes/default.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/themes/flat.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 60cd879

Please sign in to comment.