An error occurred fetching the project authors.
  1. 21 Sep, 2021 1 commit
  2. 16 Sep, 2021 1 commit
  3. 24 Aug, 2021 1 commit
  4. 11 Aug, 2021 1 commit
  5. 03 Aug, 2021 1 commit
    • Simon Knox's avatar
      Fix some button border colors in dark mode · 72645ee3
      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
      72645ee3
  6. 05 Jul, 2021 1 commit
  7. 17 May, 2021 1 commit
  8. 13 Apr, 2021 1 commit
  9. 08 Apr, 2021 1 commit
  10. 14 Jan, 2021 1 commit
  11. 18 Dec, 2020 1 commit
  12. 11 Dec, 2020 1 commit
  13. 03 Dec, 2020 1 commit
    • Simon Knox's avatar
      Fix MR widget and input colors · bd9cb49e
      Simon Knox authored
      MR widget items need some contrast against the background
      inputs needed to be same color as the search bar background
      bd9cb49e
  14. 17 Nov, 2020 2 commits
  15. 19 Oct, 2020 1 commit
  16. 25 Sep, 2020 1 commit
    • Lukas Eipert's avatar
      Extract cycle analytics page specific CSS · 63eb0cf5
      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.
      63eb0cf5
  17. 11 Sep, 2020 1 commit
    • Lukas 'Eipi' Eipert's avatar
      Fix hover style in dark mode · d5a140f9
      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.
      d5a140f9
  18. 19 Aug, 2020 1 commit
  19. 03 Jul, 2020 1 commit
    • Simon Knox's avatar
      Minor UI fixes for Issue page in dark mode · ed2ca16b
      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
      ed2ca16b
  20. 26 Jun, 2020 1 commit
  21. 16 Jun, 2020 1 commit
  22. 15 Jun, 2020 1 commit
  23. 11 Jun, 2020 1 commit
    • Simon Knox's avatar
      Add Dark Mode · 95ce5f5a
      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
      95ce5f5a