Bug #55834
Task #55819: UL+OL styling
Bring "list-unstyled" for ul/ol without styling
Status: | Resolved | Start date: | 2014-02-10 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | - | % Done: | 100% |
|
Category: | - | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 6.2 | Is Regression: | No | |
PHP Version: | Sprint Focus: | |||
Complexity: |
Description
Add ul.list-unstyled and ol.list-unstyled for lists without decimal/bullet point.
This should replace all inline style definitions and overrides.
Related issues
Associated revisions
[TASK] EXT: t3skin - .list-unstyled for ol & ul
Brings CSS class for lists that semantically need to be
UL or OL tags but do not have a visible list-style-item:
<ul class="list-unstyled">
<li>…</li>
</ul>
<ol class="list-unstyled">
<li>…</li>
</ol>
Resolves: #55834
Releases: 6.2
Change-Id: Ic51fbe1f0995b4504d5b10a4c83775a977a19e33
Reviewed-on: https://review.typo3.org/27801
Reviewed-by: Georg Ringer
Tested-by: Georg Ringer
History
#1 Updated by Tymoteusz Motylewski over 1 year ago
one of the places it should be applied is a new contenet element wizard (currently there are dots )
#2 Updated by Gerrit Code Review over 1 year ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27801
#3 Updated by Felix Kopp over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 9285215635f3ce8bc049807d71721572ac356977.
#4 Updated by Ernesto Baschny over 1 year ago
- Parent task set to #55819