forked from forgejo/forgejo
Remove some unused CSS styles (#26852)
1. `icons`: globally searched, no use in templates. 2. toast's `display: inline-block;`: there is a `display: flex` below.
This commit is contained in:
parent
3ff81d38d8
commit
fcb4941d47
2 changed files with 1 additions and 13 deletions
|
@ -28,7 +28,6 @@
|
|||
border-radius: var(--border-radius);
|
||||
background: transparent;
|
||||
border: none;
|
||||
display: inline-block;
|
||||
display: flex;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue