Skip to content

Commit fb8e631

Browse files
committed
point: minor style fix
1 parent 15c02ae commit fb8e631

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

app/build/mojs-curve-editor.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ return /******/ (function(modules) { // webpackBootstrap
7575
/******/ }
7676
/******/
7777
/******/ var hotApplyOnUpdate = true;
78-
/******/ var hotCurrentHash = "beedde8670b73117e350"; // eslint-disable-line no-unused-vars
78+
/******/ var hotCurrentHash = "4996a3ff9a45913da570"; // eslint-disable-line no-unused-vars
7979
/******/ var hotCurrentModuleData = {};
8080
/******/ var hotCurrentParents = []; // eslint-disable-line no-unused-vars
8181
/******/
@@ -9772,9 +9772,9 @@ return /******/ (function(modules) { // webpackBootstrap
97729772
/***/ function(module, exports) {
97739773

97749774
module.exports = {
9775-
"point": "_point_eogtk_5",
9776-
"is-selected": "_is-selected_eogtk_40",
9777-
"is-hide-handles": "_is-hide-handles_eogtk_50"
9775+
"point": "_point_at09i_5",
9776+
"is-selected": "_is-selected_at09i_40",
9777+
"is-hide-handles": "_is-hide-handles_at09i_50"
97789778
};
97799779

97809780
/***/ },
@@ -9812,7 +9812,7 @@ return /******/ (function(modules) { // webpackBootstrap
98129812

98139813

98149814
// module
9815-
exports.push([module.id, "._point_eogtk_5{position:absolute;width:10px;height:10px;margin-left:-5px;margin-top:-5px;cursor:move;background:#fff;border-radius:50%;z-index:3;box-shadow:3px 3px 0 rgba(0,0,0,.5);border:2px solid #fff}._point_eogtk_5 little-handle{position:absolute;left:50%;top:50%;margin-left:-3px;margin-top:-3px}._point_eogtk_5:after{content:'';position:absolute;left:50%;top:50%;width:20px;height:20px;margin-left:-10px;margin-top:-10px}._point_eogtk_5._is-selected_eogtk_40,._point_eogtk_5:hover{border-color:#8c6d8b}._point_eogtk_5._is-selected_eogtk_40 little-handle{display:block}._point_eogtk_5._is-hide-handles_eogtk_50 little-handle{display:none}", ""]);
9815+
exports.push([module.id, "._point_at09i_5{position:absolute;width:10px;height:10px;margin-left:-5px;margin-top:-5px;cursor:move;background:#fff;border-radius:50%;z-index:3;box-shadow:3px 3px 0 rgba(0,0,0,.5);border:2px solid #fff}._point_at09i_5 little-handle{position:absolute;left:50%;top:50%;margin-left:-3px;margin-top:-3px;display:none}._point_at09i_5:after{content:'';position:absolute;left:50%;top:50%;width:20px;height:20px;margin-left:-10px;margin-top:-10px}._point_at09i_5._is-selected_at09i_40,._point_at09i_5:hover{border-color:#8c6d8b}._point_at09i_5._is-selected_at09i_40 little-handle{display:block}._point_at09i_5._is-hide-handles_at09i_50 little-handle{display:none}", ""]);
98169816

98179817
// exports
98189818

app/build/mojs-curve-editor.min.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/css/blocks/point.postcss.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ $size: 10;
3333
top: 50%;
3434
margin-left: calc( -($size/2)*$PX );
3535
margin-top: calc( -($size/2)*$PX );
36-
/*display: none;*/
36+
display: none;
3737
}
3838

3939
&:hover,

app/css/blocks/point.postcss.css.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"point":"_point_eogtk_5","is-selected":"_is-selected_eogtk_40","is-hide-handles":"_is-hide-handles_eogtk_50"}
1+
{"point":"_point_at09i_5","is-selected":"_is-selected_at09i_40","is-hide-handles":"_is-hide-handles_at09i_50"}

0 commit comments

Comments
 (0)