|
@@ -21,13 +21,6 @@
|
|
|
/* Make the widget wrapper a relative positioning container for the drag handle. */
|
|
/* Make the widget wrapper a relative positioning container for the drag handle. */
|
|
|
position: relative;
|
|
position: relative;
|
|
|
|
|
|
|
|
- /* Show the selection handle on mouse hover over the widget. */
|
|
|
|
|
- &:hover {
|
|
|
|
|
- & .ck-widget__selection-handle {
|
|
|
|
|
- visibility: visible;
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
& .ck-widget__selection-handle {
|
|
& .ck-widget__selection-handle {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
|
|
|
|
@@ -38,6 +31,13 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ /* Show the selection handle on mouse hover over the widget. */
|
|
|
|
|
+ &:hover {
|
|
|
|
|
+ & .ck-widget__selection-handle {
|
|
|
|
|
+ visibility: visible;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
/* Show the selection handle when the widget is selected. */
|
|
/* Show the selection handle when the widget is selected. */
|
|
|
&.ck-widget_selected .ck-widget__selection-handle {
|
|
&.ck-widget_selected .ck-widget__selection-handle {
|
|
|
visibility: visible;
|
|
visibility: visible;
|