When the avatar component is used, and text is specified e.g. initials
<b-avatar rounded text="DF"></b-avatar>
the resulting element gets inline font-size
css:
<span class="b-avatar-text" style="font-size: calc(1em);"><span>DF</span></span>
Questions:
Not only do I wish to not have the inline-css (as principle), I am already styling the text with custom css.
On a page with many avatars, the overhead is undesirable.
In general, this seems like it would be better addressed by styles in the scss.
(For that matter, the inline css on the .b-avatar
element is equally undesirable).
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4