mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 03:14:30 -07:00
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:
@@ -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.
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user