Revert "Add docs about highlighted counter"

This reverts commit 88244e43e1.
This commit is contained in:
Morris Jobke 2018-05-04 13:42:19 +02:00
parent 952ac5438a
commit 7ef0d8e968
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
2 changed files with 1 additions and 14 deletions

View File

@ -163,7 +163,7 @@ Do not change the alignment of the text. If you're using
<li class="app-navigation-entry-utils-counter">1</li>
The counter should be limited to 999 and turn to 999+ if any higher number is given. If AngularJS is used the following filter can be used to get the correct behavior:
The count should be limitted to 999 and turn to 999+ if any higher number is given. If AngularJS is used the following filter can be used to get the correct behavior:
.. code-block:: js
@ -183,19 +183,6 @@ Use it like this:
<li class="app-navigation-entry-utils-counter">{{ count | counterFormatter }}</li>
Highlighted counter
"""""""""""""""""""
The counter can also be highlighted to attract some focus, e.g. for unread chat messages
.. figure:: ../images/navigation-counter-highlighted.png
:alt: Navigation entry with highlighted counter
:figclass: figure-with-code
.. code-block:: html
<li class="app-navigation-entry-utils-counter"><span class="highlighted">1</span></li>
.. _navigation_buttons:
Buttons

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB