|
@@ -2274,20 +2274,38 @@ input[type="submit"].button {
|
|
|
border-radius: 0;
|
|
|
}
|
|
|
|
|
|
-.field.has-addons .control .button:hover,
|
|
|
+.field.has-addons .control .button:hover, .field.has-addons .control .button.is-hovered,
|
|
|
.field.has-addons .control .input:hover,
|
|
|
-.field.has-addons .control .select select:hover {
|
|
|
+.field.has-addons .control .input.is-hovered,
|
|
|
+.field.has-addons .control .select select:hover,
|
|
|
+.field.has-addons .control .select select.is-hovered {
|
|
|
z-index: 2;
|
|
|
}
|
|
|
|
|
|
-.field.has-addons .control .button:focus, .field.has-addons .control .button:active,
|
|
|
+.field.has-addons .control .button:focus, .field.has-addons .control .button.is-focused, .field.has-addons .control .button:active, .field.has-addons .control .button.is-active,
|
|
|
.field.has-addons .control .input:focus,
|
|
|
+.field.has-addons .control .input.is-focused,
|
|
|
.field.has-addons .control .input:active,
|
|
|
+.field.has-addons .control .input.is-active,
|
|
|
.field.has-addons .control .select select:focus,
|
|
|
-.field.has-addons .control .select select:active {
|
|
|
+.field.has-addons .control .select select.is-focused,
|
|
|
+.field.has-addons .control .select select:active,
|
|
|
+.field.has-addons .control .select select.is-active {
|
|
|
z-index: 3;
|
|
|
}
|
|
|
|
|
|
+.field.has-addons .control .button:focus:hover, .field.has-addons .control .button.is-focused:hover, .field.has-addons .control .button:active:hover, .field.has-addons .control .button.is-active:hover,
|
|
|
+.field.has-addons .control .input:focus:hover,
|
|
|
+.field.has-addons .control .input.is-focused:hover,
|
|
|
+.field.has-addons .control .input:active:hover,
|
|
|
+.field.has-addons .control .input.is-active:hover,
|
|
|
+.field.has-addons .control .select select:focus:hover,
|
|
|
+.field.has-addons .control .select select.is-focused:hover,
|
|
|
+.field.has-addons .control .select select:active:hover,
|
|
|
+.field.has-addons .control .select select.is-active:hover {
|
|
|
+ z-index: 4;
|
|
|
+}
|
|
|
+
|
|
|
.field.has-addons .control.is-expanded {
|
|
|
-webkit-box-flex: 1;
|
|
|
-ms-flex-positive: 1;
|