This commit is contained in:
Jeremy Thomas
2020-10-31 19:28:40 +00:00
parent 9787f3037e
commit e9389a9821
4 changed files with 33 additions and 0 deletions

View File

@@ -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;

View File

@@ -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 %}