Files
gitea/web_src/less/_svg.less
T
1d17313949 Update JS dependencies, fix lint (#18389) (#18540)
- Update all JS dependencies, including a security issue in mermaid
- Fix new linter errors related to value-keyword-case
- Tested Mermaid and Swagger

Co-authored-by: zeripath <[email protected]>
Co-authored-by: Lunny Xiao <[email protected]>
Co-authored-by: wxiaoguang <[email protected]>
Co-authored-by: techknowlogick <[email protected]>
2022-02-02 08:42:23 +00:00

10 lines
131 B
Plaintext

.svg {
display: inline-block;
vertical-align: text-top;
fill: currentcolor;
.middle & {
vertical-align: middle;
}
}