diff --git a/docs/css/bulma-docs.css b/docs/css/bulma-docs.css index 23245cd5..b5b73478 100644 --- a/docs/css/bulma-docs.css +++ b/docs/css/bulma-docs.css @@ -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; diff --git a/docs/documentation/components/card.html b/docs/documentation/components/card.html index 3dbb8f97..2b37b877 100644 --- a/docs/documentation/components/card.html +++ b/docs/documentation/components/card.html @@ -23,7 +23,7 @@ doc-subtab: card
- - -
++ +
++ +
+- - -
++ +
++ +
+