Merge "Use "break" instead of "continue""
[lhc/web/wiklou.git] / resources / src / mediawiki.widgets / mw.widgets.DateInputWidget.styles.less
index ea6c981..74b5abc 100644 (file)
                                border-color: @border-color-base--focus;
                                box-shadow: @box-shadow-widget--focus;
                        }
+
+                       & > .oo-ui-labelElement-label {
+                               cursor: pointer;
+                       }
+               }
+       }
+
+       &-active {
+               &.oo-ui-textInputWidget input {
+                       cursor: text;
                }
        }
 }