mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Fix #1583
This commit is contained in:
@@ -540,6 +540,18 @@ fieldset[disabled] .button.is-text {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.button.is-ghost {
|
||||
background: none;
|
||||
border-color: transparent;
|
||||
color: #3273dc;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.button.is-ghost:hover, .button.is-ghost.is-hovered {
|
||||
color: #3273dc;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.button.is-white {
|
||||
background-color: white;
|
||||
border-color: transparent;
|
||||
|
||||
@@ -31,6 +31,7 @@ meta:
|
||||
<button class="button is-dark">Dark</button>
|
||||
<button class="button is-black">Black</button>
|
||||
<button class="button is-text">Text</button>
|
||||
<button class="button is-ghost">Ghost</button>
|
||||
{% endcapture %}
|
||||
|
||||
{% capture button_colors_b_example %}
|
||||
|
||||
Reference in New Issue
Block a user