We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 956f48a commit e815e7cCopy full SHA for e815e7c
tests/visual/button/button.html
@@ -60,7 +60,8 @@
60
<button class="{button:{icons:{primary:'ui-icon-locked'},text:false}}">Button with icon only</button>
61
<button class="{button:{icons:{primary:'ui-icon-locked'}}}">Button with icon on the left</button>
62
<button class="{button:{icons:{primary:'ui-icon-gear',secondary:'ui-icon-triangle-1-s'}}}">Button with two icons</button>
63
- <button class="{button:{icons:{primary:'ui-icon-gear',secondary:'ui-icon-triangle-1-s'},text:false}}">Button with two icons</button>
+ <button class="{button:{icons:{secondary:'ui-icon-triangle-1-s'}}}">Button with text and secondary icon</button>
64
+ <button class="{button:{icons:{primary:'ui-icon-gear',secondary:'ui-icon-triangle-1-s'},text:false}}">Button with two icons and no text</button>
65
</div>
66
67
0 commit comments