Skip to content

Commit

Permalink
For release 3.2.3 (#3231)
Browse files Browse the repository at this point in the history
  • Loading branch information
froala-bot committed Oct 29, 2020
1 parent 8a09c16 commit 96796c1
Show file tree
Hide file tree
Showing 65 changed files with 1,002 additions and 211 deletions.
30 changes: 12 additions & 18 deletions css/froala_editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
* Copyright 2014-2020 Froala Labs
*/

.clearfix::after {
.fr-clearfix::after {
clear: both;
display: block;
content: "";
height: 0; }

.hide-by-clipping {
.fr-hide-by-clipping {
position: absolute;
width: 1px;
height: 1px;
Expand Down Expand Up @@ -581,9 +581,9 @@ iframe.fr-iframe {
.fr-toolbar.fr-rtl .fr-dropdown-wrapper, .fr-popup.fr-rtl .fr-dropdown-wrapper {
text-align: right !important; }

body.prevent-scroll {
body.fr-prevent-scroll {
overflow: hidden; }
body.prevent-scroll.fr-mobile {
body.fr-prevent-scroll.fr-mobile {
position: fixed;
-webkit-overflow-scrolling: touch; }

Expand Down Expand Up @@ -1258,7 +1258,7 @@ ol.decimal_type > li:before {
float: none;
display: inline-block; }

.second-toolbar {
.fr-second-toolbar {
border: 1px solid #CCCCCC;
border-top: 0;
background: #FFF;
Expand All @@ -1269,22 +1269,16 @@ ol.decimal_type > li:before {
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; }
.second-toolbar::after {
.fr-second-toolbar::after {
clear: both;
display: block;
content: "";
height: 0; }

.second-toolbar:empty {
min-height: calc(10px);
position: relative;
margin-top: calc(-1px);
z-index: 2; }

#logo {
#fr-logo {
float: left;
outline: none; }
#logo > span {
#fr-logo > span {
display: inline-block;
float: left;
font-family: sans-serif;
Expand All @@ -1296,19 +1290,19 @@ ol.decimal_type > li:before {
-moz-transition: color 0.3s;
-ms-transition: color 0.3s;
-o-transition: color 0.3s; }
#logo > svg {
#fr-logo > svg {
height: 20px;
width: 47px;
margin: 7px 0;
cursor: pointer; }
#logo > svg * {
#fr-logo > svg * {
-webkit-transition: fill 0.3s;
-moz-transition: fill 0.3s;
-ms-transition: fill 0.3s;
-o-transition: fill 0.3s; }
#logo:hover > span, #logo:focus > span {
#fr-logo:hover > span, #fr-logo:focus > span {
color: #0098f7; }
#logo:hover > svg .fr-logo, #logo:focus > svg .fr-logo {
#fr-logo:hover > svg .fr-logo, #fr-logo:focus > svg .fr-logo {
fill: #0098f7; }

.fr-visibility-helper {
Expand Down
2 changes: 1 addition & 1 deletion css/froala_editor.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 96796c1

Please sign in to comment.