1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-11 05:55:29 +00:00

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
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;