An error occurred fetching the project authors.
- 21 Sep, 2021 1 commit
-
-
Janis Altherr authored
-
- 16 Sep, 2021 1 commit
-
-
Simon Knox authored
-
- 24 Aug, 2021 1 commit
-
-
Simon Knox authored
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/68102 Changelog: fixed
-
- 11 Aug, 2021 1 commit
-
-
Olena Horal-Koretska authored
Changelog: fixed
-
- 03 Aug, 2021 1 commit
-
-
Simon Knox authored
Remove border-white-light - it was only used by emoji-menu which is now disabled by default. The previous color was much too light, we can just use the default border color instead. I'd ideally like to remove the $border-white-normal variable from light mode as well but maybe later. Changelog: fixed
-
- 05 Jul, 2021 1 commit
-
-
Denys Mishunov authored
Changelog: changed MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/64324 EE: true Cleaned up the resulting styles for the sidebar Move color-dependent styles that should be themeable to the themes and theme_helper
-
- 17 May, 2021 1 commit
-
-
Paul Slaughter authored
-
- 13 Apr, 2021 1 commit
-
-
Simon Knox authored
-
- 08 Apr, 2021 1 commit
-
-
Simon Knox authored
Override the variables for inside info wells
-
- 14 Jan, 2021 1 commit
-
-
Jarek Ostrowski authored
-
- 18 Dec, 2020 1 commit
-
-
Yogi authored
-
- 11 Dec, 2020 1 commit
-
-
yo authored
-
- 03 Dec, 2020 1 commit
-
-
Simon Knox authored
MR widget items need some contrast against the background inputs needed to be same color as the search bar background
-
- 17 Nov, 2020 2 commits
-
-
euko authored
-
Eulyeon Ko authored
-
- 19 Oct, 2020 1 commit
-
-
Vasilii Iakliushin authored
Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/239898 Include page specific bundle in all relevant views.
-
- 25 Sep, 2020 1 commit
-
-
Lukas Eipert authored
In order to show how one would extract a page specific CSS bundle with a separate EE version, we have done the exercise for Value Stream Analytics. Caveat: Some colors have been changed.
-
- 11 Sep, 2020 1 commit
-
-
Lukas 'Eipi' Eipert authored
Our page specific CSS don't have a dark mode variant. Rather than compiling a page specific CSS file for each theme, we make use of CSS variables in order to define the correct colors. There is prior art with the IDE Themes and eventually we can move to _only_ use these variables. In case one variable is undefined, we will fallback on the light theme value for it. Thus we just need to define the variables in the dark theme, since the fallback _is_ the light theme. This approach will allow us to create other themes, e.g. for accessibility (color blindness, high contrast) in the future.
-
- 19 Aug, 2020 1 commit
-
-
jeldergl authored
Deprecate $gl-gray- variables and replace with $gray- variables to syncronize the use of gray variables.
-
- 03 Jul, 2020 1 commit
-
-
Simon Knox authored
Details: 1. Add bg and text color for input element to override usersagent stylesheet. I think not needed if we use `prefers-color-scheme`, but for now this is opt in preference we need to override it 2. Fix bg color overflowing on comment form 3. Fix card header color 4. Fix Upload design text color
-
- 26 Jun, 2020 1 commit
-
-
Simon Knox authored
Reset yiq-text-color to correct values since the bootstrap defaults are inverted when we override $white and $gray-950 Original values https://github.com/twbs/bootstrap/blob/v4-dev/scss/_variables.scss#L98
-
- 16 Jun, 2020 1 commit
-
-
Simon Knox authored
Also improve select2 text color
-
- 15 Jun, 2020 1 commit
-
-
Simon Knox authored
-
- 11 Jun, 2020 1 commit
-
-
Simon Knox authored
Basically invert color scales, plus a bit of palette reduction to make things easier Mark color vars in variables as !default, then they can be overridden by importing a theme first. Export separate application_dark.css file
-