mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-11 17:55:37 +00:00
Remove unnecessary icon-related css
This commit is contained in:
parent
7612bcf096
commit
ada09639b7
2 changed files with 1 additions and 6 deletions
|
@ -1,9 +1,4 @@
|
||||||
/* --- ICONS --- */
|
/* --- ICONS --- */
|
||||||
.icon {
|
|
||||||
color: black;
|
|
||||||
font-size: 1.1rem;
|
|
||||||
vertical-align: super;
|
|
||||||
}
|
|
||||||
.hidden-text {
|
.hidden-text {
|
||||||
height: 0;
|
height: 0;
|
||||||
width: 0;
|
width: 0;
|
||||||
|
|
|
@ -85,7 +85,7 @@
|
||||||
<div class="navbar-item">
|
<div class="navbar-item">
|
||||||
<a href="/notifications">
|
<a href="/notifications">
|
||||||
<div class="tags has-addons">
|
<div class="tags has-addons">
|
||||||
<span class="tag">
|
<span class="tag is-medium">
|
||||||
<span class="icon icon-bell">
|
<span class="icon icon-bell">
|
||||||
<span class="hidden-text">Notitications</span>
|
<span class="hidden-text">Notitications</span>
|
||||||
</span>
|
</span>
|
||||||
|
|
Loading…
Reference in a new issue