Commit e00b70fc authored by Simon Knox's avatar Simon Knox

Merge branch 'fix-confirm-button-in-darkmode' into 'master'

Fix .btn-confirm blend mode in dark mode

See merge request gitlab-org/gitlab!70814
parents c7b833b2 9e5ed954
...@@ -202,7 +202,8 @@ body.gl-dark { ...@@ -202,7 +202,8 @@ body.gl-dark {
&.btn-info, &.btn-info,
&.btn-success, &.btn-success,
&.btn-danger, &.btn-danger,
&.btn-warning { &.btn-warning,
&.btn-confirm {
&-tertiary { &-tertiary {
mix-blend-mode: screen; mix-blend-mode: screen;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment