1
0
Fork 0
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:
wxiaoguang 2023-09-01 14:59:38 +08:00 committed by GitHub
parent 3ff81d38d8
commit fcb4941d47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 13 deletions

View file

@ -28,7 +28,6 @@
border-radius: var(--border-radius);
background: transparent;
border: none;
display: inline-block;
display: flex;
width: 30px;
height: 30px;