-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(css): sync colors for components #486
Conversation
lib/static/variables.css
Outdated
--report-color-failed: rgba(255, 4, 0, 0.9); | ||
--report-color-skipped: #8c8c8c; | ||
--report-color-success: #169737; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- failed
- skipped
- success
- упал
- пропущен
- успех
Может, fail
и skip
, чтоб не было двух глаголов прошедшего времени и одного существительного?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
я сначала так и сделал, а потом подумал, что тогда будет рассинхрон с названиями по коду в остальных местах. если все будут за твой вариант, то переделаю (мне и самому так логичнее)
@@ -0,0 +1,5 @@ | |||
:root { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
А чего не на stylus? У нас сейчас какая-то солянка из css, less и styl. Я бы все новые создавал с использованием stylus
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
расширение могу поменять, да. просто тут нечего "стайлусовать" :)
про наведение порядков у меня отдельная задача есть, до нее тоже дойду
3a781c8
to
116ec1a
Compare
116ec1a
to
0a6bd0b
Compare
before:
after: