|
5 | 5 |
|
6 | 6 | FUNCTIONALITY:
|
7 | 7 | - Displays previous 'Canvas' grid functionality
|
8 |
| - - Deprecated by OverVue v.10.0 but left as option for users who wish to use it |
| 8 | + - Soft-deprecated by OverVue v.10.0 but left as option for users who wish to use it |
9 | 9 | -->
|
10 | 10 |
|
11 | 11 | <template>
|
@@ -650,18 +650,13 @@ const gridHeight = computed(() => {
|
650 | 650 | //methods
|
651 | 651 | const setActiveComponent: typeof store.setActiveComponent = (payload) =>
|
652 | 652 | store.setActiveComponent(payload);
|
653 |
| -// const updateComponentChildrenMultiselectValue: typeof store.updateComponentChildrenMultiselectValue = (payload) => |
654 |
| -// store.updateComponentChildrenMultiselectValue(payload); |
655 | 653 | const updateActiveComponentChildrenValue: typeof store.updateActiveComponentChildrenValue =
|
656 | 654 | (payload) => store.updateActiveComponentChildrenValue(payload);
|
657 | 655 | const updateComponentPosition: typeof store.updateComponentPosition = (
|
658 | 656 | payload
|
659 | 657 | ) => store.updateComponentPosition(payload);
|
660 |
| -// const updateStartingPosition: typeof store.updateStartingPosition = (payload) => |
661 |
| -// (payload); |
662 | 658 | const updateComponentLayer: typeof store.updateComponentLayer = (payload) =>
|
663 | 659 | store.updateComponentLayer(payload);
|
664 |
| -// const updateStartingSize: typeof store.updateStartingSize = (payload) => store.updateStartingSize(payload); |
665 | 660 | const updateComponentSize: typeof store.updateComponentSize = (payload) =>
|
666 | 661 | store.updateComponentSize(payload);
|
667 | 662 | const addActiveComponentNote: typeof store.addActiveComponentNote = (payload) =>
|
@@ -1015,23 +1010,6 @@ li:hover {
|
1015 | 1010 | background-color: rgba(223, 218, 218, 0.613);
|
1016 | 1011 | background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
|
1017 | 1012 | background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
|
1018 |
| - // background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.8) 1px, transparent 1px), |
1019 |
| - // -webkit-linear-gradient(0, rgba(255, 255, 255, 0.8) 1px, transparent 1px), |
1020 |
| - // -webkit-linear-gradient(rgba(255, 255, 255, 0.3) 1px, transparent 1px), |
1021 |
| - // -webkit-linear-gradient(0, rgba(255, 255, 255, 0.3) 1px, transparent 1px); |
1022 |
| - // background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.8) 1px, transparent 1px), |
1023 |
| - // -moz-linear-gradient(0, rgba(255, 255, 255, 0.8) 1px, transparent 1px), |
1024 |
| - // -moz-linear-gradient(rgba(255, 255, 255, 0.3) 1px, transparent 1px), |
1025 |
| - // -moz-linear-gradient(0, rgba(255, 255, 255, 0.3) 1px, transparent 1px); |
1026 |
| - // background-image: linear-gradient(rgba(255, 255, 255, 0.8) 1px, transparent 1px), |
1027 |
| - // linear-gradient(90deg, rgba(255, 255, 255, 0.8) 1px, transparent 1px), |
1028 |
| - // linear-gradient(rgba(255, 255, 255, 0.3) 1px, transparent 1px), |
1029 |
| - // linear-gradient(90deg, rgba(255, 255, 255, 0.3) 1px, transparent 1px); |
1030 |
| - // -pie-background: linear-gradient(rgba(255, 255, 255, 0.8) 1px, transparent 1px) -2px -2px / 100px, |
1031 |
| - // linear-gradient(90deg, rgba(255, 255, 255, 0.8) 1px, transparent 1px) -2px -2px / 100px, |
1032 |
| - // linear-gradient(rgba(255, 255, 255, 0.3) 1px, transparent 1px) -1px -1px / 20px, |
1033 |
| - // linear-gradient(90deg, rgba(255, 255, 255, 0.3) 1px, transparent 1px) -1px -1px / 20px, |
1034 |
| - // $secondary; |
1035 | 1013 | behavior: url(/pie/PIE.htc);
|
1036 | 1014 | }
|
1037 | 1015 |
|
@@ -1080,9 +1058,6 @@ li:hover {
|
1080 | 1058 | }
|
1081 | 1059 |
|
1082 | 1060 | .cssContainerText {
|
1083 |
| - // display: flex; |
1084 |
| - // justify-content: center; |
1085 |
| - // align-content: center; |
1086 | 1061 | position: absolute;
|
1087 | 1062 | text-align: center;
|
1088 | 1063 | font-size: 4em;
|
|
0 commit comments