List Caret Example
If you have a list of items and want to omit its carets and indents before each list item, add the "vt-c-list-no-carets" class to the component to remove those carets.
NOTE: In the Moss theme this utility class will also remove carets from the Feedreader component
The example below shows a simple text list with carets (right) and without carets (left). The class vt-c-list-no-carets is applied to the text component's CSS Class field.
The following list is:
- made of text items
- typed in manually
- has the carets turned on by default
The following list is:
- made of text items
- pasted from the text component at left
- has the carets turned off by adding a class to the component
The example below shows two multi tabs / accordion component with the class vt-c-list-no-carets is applied to the component's CSS Class field. If the class is on the multi tabs / accordion component all text components under it will be affected.