Feature/icon text (#3230)

* Init icon text, Remove old new-tag elements

* Improve icon text

* Fix icon text docs

* Update sidebar

* Update changelog
This commit is contained in:
Jeremy Thomas
2021-01-03 14:31:36 +00:00
committed by GitHub
parent 30af49b35f
commit b41514f85b
31 changed files with 290 additions and 55 deletions

View File

@@ -1086,9 +1086,6 @@ variables_keys:
{% include elements/anchor.html name="Disabled form" %}
{% include elements/new-tag.html version="0.7.4" %}
<div class="content">
<p>
You can disable part or a whole form by wrapping a set of controls in a <strong>fieldset</strong> with a <code>disabled</code> HTML attribute.

View File

@@ -301,8 +301,6 @@ meta:
{% include elements/anchor.html name="Styles" %}
{% include elements/new-tag.html version="0.6.2" %}
<div class="columns">
<div class="column is-half">
{{ rounded_example }}
@@ -379,7 +377,6 @@ meta:
</div>
<h4 class="subtitle">Readonly and static inputs</h4>
{% include elements/new-tag.html version="0.5.3" %}
<div class="content">
<p>

View File

@@ -332,8 +332,6 @@ meta:
{% include elements/anchor.html name="Styles" %}
{% include elements/new-tag.html version="0.6.2" %}
<div class="content">
<p>
You can create a <strong>rounded dropdown</strong> by appending the <code>is-rounded</code> modifier:

View File

@@ -232,8 +232,6 @@ meta:
<h4 class="subtitle">Readonly</h4>
{% include elements/new-tag.html version="0.5.3" %}
<div class="content">
<p>
If you use the <code>readonly</code> HTML attribute, the textarea will look similar to a normal one, but is not editable and has no shadow.