mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 10:18:38 +00:00
SVG Octicon fixes (#10237)
* SVG fixes Signed-off-by: jolheiser <john.olheiser@gmail.com> * Colorize span->svg only Signed-off-by: jolheiser <john.olheiser@gmail.com> * @silverwind suggestions Signed-off-by: jolheiser <john.olheiser@gmail.com> * Alphabetical Signed-off-by: jolheiser <john.olheiser@gmail.com> * Convert suburl and staticPrefix to window.config Signed-off-by: jolheiser <john.olheiser@gmail.com> * De-structure Signed-off-by: jolheiser <john.olheiser@gmail.com> Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
This commit is contained in:
@@ -1168,13 +1168,13 @@ i.icon.centerlock {
|
||||
}
|
||||
|
||||
.svg {
|
||||
&.green {
|
||||
span.green & {
|
||||
color: #21ba45;
|
||||
}
|
||||
&.red {
|
||||
span.red & {
|
||||
color: #db2828;
|
||||
}
|
||||
&.purple {
|
||||
span.purple & {
|
||||
color: #a333c8;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user