app/assets/javascripts/activeadmin/trumbowyg/plugins/mathml/ui/trumbowyg.mathml.css in activeadmin_trumbowyg-0.1.8 vs app/assets/javascripts/activeadmin/trumbowyg/plugins/mathml/ui/trumbowyg.mathml.css in activeadmin_trumbowyg-0.2.0
- old
+ new
@@ -1,7 +1,7 @@
/**
- * Trumbowyg v2.11.1 - A lightweight WYSIWYG editor
+ * Trumbowyg v2.21.0 - A lightweight WYSIWYG editor
* Trumbowyg plugin stylesheet
* ------------------------
* @link http://alex-d.github.io/Trumbowyg
* @license MIT
* @author Alexandre Demode (Alex-D)
@@ -14,16 +14,16 @@
.mathMlContainer[inline="false"] {
display: block;
width: 100%; }
.mathMlContainer:hover {
pointer-events: none; }
- .mathMlContainer:hover:after {
+ .mathMlContainer:hover::after {
content: '\270E';
- pointer-events: auto;
position: absolute;
- left: 0px;
- top: 0px;
- background-color: #ffffffd4;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 0;
+ background-color: rgba(255, 255, 255, 0.83);
+ box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.83);
cursor: pointer;
- bottom: 0px;
- right: 0px;
- box-shadow: 0 0 5px 5px #ffffffd4; }
+ pointer-events: auto; }