@snippyly/plugin-staging 1.0.668 → 1.0.669
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/package.json +1 -1
- package/snippyly.js +2 -6
- package/snippyly.min.js +2 -6
package/package.json
CHANGED
package/snippyly.js
CHANGED
|
@@ -2584,8 +2584,8 @@ class ca extends Jn{}ca.Encryptor=class extends ca{processBlock(t,e){const i=t,o
|
|
|
2584
2584
|
color: var(--legacy-velt-tool-focus-icon-color);
|
|
2585
2585
|
}
|
|
2586
2586
|
velt-sidebar-button .velt-tool--action-btn:focus .velt-tool--action-btn-icon {
|
|
2587
|
-
width:
|
|
2588
|
-
height:
|
|
2587
|
+
width: 1.8rem !important;
|
|
2588
|
+
height: 1.8rem !important;
|
|
2589
2589
|
}
|
|
2590
2590
|
velt-sidebar-button .velt-tool--action-btn:hover {
|
|
2591
2591
|
border-radius: var(--legacy-velt-tool-hover-border-radius);
|
|
@@ -2605,10 +2605,6 @@ class ca extends Jn{}ca.Encryptor=class extends ca{processBlock(t,e){const i=t,o
|
|
|
2605
2605
|
background-color: var(--legacy-velt-tool-active-bg-color);
|
|
2606
2606
|
color: var(--legacy-velt-tool-active-icon-color);
|
|
2607
2607
|
}
|
|
2608
|
-
velt-sidebar-button .velt-tool--action-btn:active .velt-tool--action-btn-icon, velt-sidebar-button .velt-tool--action-btn.active .velt-tool--action-btn-icon {
|
|
2609
|
-
width: rem_var(var(--legacy-velt-tool-active-icon-size));
|
|
2610
|
-
height: rem_var(var(--legacy-velt-tool-active-icon-size));
|
|
2611
|
-
}
|
|
2612
2608
|
|
|
2613
2609
|
.private-comment-mode {
|
|
2614
2610
|
--legacy-velt-tool-icon-color: #8F95B2;
|
package/snippyly.min.js
CHANGED
|
@@ -2584,8 +2584,8 @@ class da extends Yn{}da.Encryptor=class extends da{processBlock(t,e){const i=t,o
|
|
|
2584
2584
|
color: var(--legacy-velt-tool-focus-icon-color);
|
|
2585
2585
|
}
|
|
2586
2586
|
velt-sidebar-button .velt-tool--action-btn:focus .velt-tool--action-btn-icon {
|
|
2587
|
-
width:
|
|
2588
|
-
height:
|
|
2587
|
+
width: 1.8rem !important;
|
|
2588
|
+
height: 1.8rem !important;
|
|
2589
2589
|
}
|
|
2590
2590
|
velt-sidebar-button .velt-tool--action-btn:hover {
|
|
2591
2591
|
border-radius: var(--legacy-velt-tool-hover-border-radius);
|
|
@@ -2605,10 +2605,6 @@ class da extends Yn{}da.Encryptor=class extends da{processBlock(t,e){const i=t,o
|
|
|
2605
2605
|
background-color: var(--legacy-velt-tool-active-bg-color);
|
|
2606
2606
|
color: var(--legacy-velt-tool-active-icon-color);
|
|
2607
2607
|
}
|
|
2608
|
-
velt-sidebar-button .velt-tool--action-btn:active .velt-tool--action-btn-icon, velt-sidebar-button .velt-tool--action-btn.active .velt-tool--action-btn-icon {
|
|
2609
|
-
width: rem_var(var(--legacy-velt-tool-active-icon-size));
|
|
2610
|
-
height: rem_var(var(--legacy-velt-tool-active-icon-size));
|
|
2611
|
-
}
|
|
2612
2608
|
|
|
2613
2609
|
.private-comment-mode {
|
|
2614
2610
|
--legacy-velt-tool-icon-color: #8F95B2;
|