mirror of
https://github.com/jgthms/bulma
synced 2026-03-17 02:44:29 -07:00
Fix level and card
This commit is contained in:
@@ -1863,14 +1863,6 @@ input[type="submit"].button {
|
||||
margin-right: -1px;
|
||||
}
|
||||
|
||||
.field.has-addons .control:hover {
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.field.has-addons .control:focus, .field.has-addons .control:active {
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
.field.has-addons .control:first-child .button,
|
||||
.field.has-addons .control:first-child .input,
|
||||
.field.has-addons .control:first-child .select select {
|
||||
@@ -1891,6 +1883,20 @@ input[type="submit"].button {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.field.has-addons .control .button:hover,
|
||||
.field.has-addons .control .input:hover,
|
||||
.field.has-addons .control .select select:hover {
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.field.has-addons .control .button:focus, .field.has-addons .control .button:active,
|
||||
.field.has-addons .control .input:focus,
|
||||
.field.has-addons .control .input:active,
|
||||
.field.has-addons .control .select select:focus,
|
||||
.field.has-addons .control .select select:active {
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
.field.has-addons .control.is-expanded {
|
||||
flex-grow: 1;
|
||||
flex-shrink: 0;
|
||||
|
||||
Reference in New Issue
Block a user