Commit ddaa27b4 authored by Simon Knox's avatar Simon Knox

Merge branch 'override-mix-blend-mode-tertiary-buttons-dark-mode' into 'master'

Override tertiary button mix blend mode for darkmode

See merge request gitlab-org/gitlab!51349
parents dca548e3 986c5f78
......@@ -168,6 +168,20 @@ body.gl-dark {
--black: #{$black};
--svg-status-bg: #{$white};
.gl-button.gl-button,
.gl-button.gl-button.btn-block {
&.btn-default,
&.btn-dashed,
&.btn-info,
&.btn-success,
&.btn-danger,
&.btn-warning {
&-tertiary {
mix-blend-mode: screen;
}
}
}
}
$border-white-light: $gray-900;
......
---
title: Fix tertiary button color in dark mode
merge_request: 51349
author:
type: fixed
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