Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Небольшое замечание к разделу Theme Based Rendering #277

Open
shastox opened this issue May 1, 2019 · 0 comments

Comments

@shastox
Copy link
Contributor

shastox commented May 1, 2019

Тут https://framework7.io/docs/theme-based-rendering.html есть пример, который позволяет скрыть слово "Назад":

<div class="left">
      <a href="#" class="link back">
        <i class="icon icon-back"></i>
        <!-- back button text will be visible only in iOS and Aurora themes -->
        <span class="if-not-md">Back</span>
      </a>
    </div>

это хороший практический пример, но если мы скрываем надпись, то, согласно документации, нужно добавлять класс icon-only к<a>. Получается, не совсем корректный все же пример.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant