jsuites 4.12.2 → 4.12.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/jsuites.basic.css +4 -2
- package/dist/jsuites.basic.js +1 -1
- package/dist/jsuites.css +4 -2
- package/dist/jsuites.js +1 -1
- package/package.json +1 -1
package/dist/jsuites.basic.css
CHANGED
|
@@ -147,17 +147,19 @@ div[data-before]:before {
|
|
|
147
147
|
position: fixed;
|
|
148
148
|
top: 10px;
|
|
149
149
|
left: 10px;
|
|
150
|
-
|
|
151
150
|
z-index: 5;
|
|
151
|
+
|
|
152
152
|
font-family: initial;
|
|
153
153
|
font-size: 12px;
|
|
154
154
|
color: #000;
|
|
155
155
|
background-color: #fff;
|
|
156
156
|
border: 1px solid black;
|
|
157
157
|
padding: 8px;
|
|
158
|
+
margin: 10px;
|
|
158
159
|
|
|
159
160
|
display: block;
|
|
160
|
-
animation: fadeIn 0.5s
|
|
161
|
+
animation: fadeIn 0.5s;
|
|
162
|
+
pointer-events: none;
|
|
161
163
|
}
|
|
162
164
|
|
|
163
165
|
.jtooltip:empty {
|
package/dist/jsuites.basic.js
CHANGED
package/dist/jsuites.css
CHANGED
|
@@ -147,17 +147,19 @@ div[data-before]:before {
|
|
|
147
147
|
position: fixed;
|
|
148
148
|
top: 10px;
|
|
149
149
|
left: 10px;
|
|
150
|
-
|
|
151
150
|
z-index: 5;
|
|
151
|
+
|
|
152
152
|
font-family: initial;
|
|
153
153
|
font-size: 12px;
|
|
154
154
|
color: #000;
|
|
155
155
|
background-color: #fff;
|
|
156
156
|
border: 1px solid black;
|
|
157
157
|
padding: 8px;
|
|
158
|
+
margin: 10px;
|
|
158
159
|
|
|
159
160
|
display: block;
|
|
160
|
-
animation: fadeIn 0.5s
|
|
161
|
+
animation: fadeIn 0.5s;
|
|
162
|
+
pointer-events: none;
|
|
161
163
|
}
|
|
162
164
|
|
|
163
165
|
.jtooltip:empty {
|
package/dist/jsuites.js
CHANGED
package/package.json
CHANGED