mirror of
https://github.com/jgthms/bulma.git
synced 2025-01-09 15:44:25 +00:00
outdated cards with new word in it changed (#2873)
* outdated cards with new word in it changed * dynamic tags used
This commit is contained in:
parent
be77a4889f
commit
87b2efb03c
@ -134,10 +134,7 @@ meta:
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="tags has-addons">
|
||||
<span class="tag">New</span>
|
||||
<span class="tag is-info">0.5.3</span>
|
||||
</div>
|
||||
{% include elements/new-tag.html version="0.5.3" %}
|
||||
|
||||
<div class="content">
|
||||
<p>
|
||||
|
@ -379,10 +379,8 @@ meta:
|
||||
</div>
|
||||
|
||||
<h4 class="subtitle">Readonly and static inputs</h4>
|
||||
<p style="margin-bottom: 0.5rem;">
|
||||
<span class="tag is-success">New!</span>
|
||||
<span class="tag is-info">0.5.3</span>
|
||||
</p>
|
||||
{% include elements/new-tag.html version="0.5.3" %}
|
||||
|
||||
<div class="content">
|
||||
<p>
|
||||
If you use the <code>readonly</code> HTML attribute, the input will look similar to a normal one, but is not editable and has no shadow.
|
||||
|
@ -232,10 +232,7 @@ meta:
|
||||
|
||||
<h4 class="subtitle">Readonly</h4>
|
||||
|
||||
<div class="tags has-addons">
|
||||
<span class="tag">New</span>
|
||||
<span class="tag is-info">0.5.3</span>
|
||||
</div>
|
||||
{% include elements/new-tag.html version="0.5.3" %}
|
||||
|
||||
<div class="content">
|
||||
<p>
|
||||
|
Loading…
Reference in New Issue
Block a user