Skip to content

Fixes #182 ref_selector (branches and tags) low contrast

See the issue for detailed description: #182

Somewhere between "Gitlab EE 15.10.0-pre" and "Gitlab CE 15.5.4" the ref selector was changed.

The SUS commit is: gitlab-org/gitlab@d08e3ce5

And this is the file being changed: https://gitlab.com/gitlab-org/gitlab/-/blob/33224dfec44bc335ce336586c0762ea5c1598ce9/app/assets/javascripts/ref/components/ref_selector.vue

The following screenshots show that in the newer gitlab version the ref_selector:

  • btn is missing it's grey border
  • btn is missing it's blue box shadow when focused
  • panel has a white bg and grey text when opened

This commit fixes all the above mentioned issues.

Signed-off-by: KartoffelCheetah kartoffel.cheetah@gmail.com

Closes #182

Merge request reports