forked from mirrors/bookwyrm
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 --- */
|
||||
.icon {
|
||||
color: black;
|
||||
font-size: 1.1rem;
|
||||
vertical-align: super;
|
||||
}
|
||||
.hidden-text {
|
||||
height: 0;
|
||||
width: 0;
|
||||
|
|
|
@ -85,7 +85,7 @@
|
|||
<div class="navbar-item">
|
||||
<a href="/notifications">
|
||||
<div class="tags has-addons">
|
||||
<span class="tag">
|
||||
<span class="tag is-medium">
|
||||
<span class="icon icon-bell">
|
||||
<span class="hidden-text">Notitications</span>
|
||||
</span>
|
||||
|
|
Loading…
Reference in a new issue