Commit 986c5f78 authored by Jarek Ostrowski's avatar Jarek Ostrowski Committed by Simon Knox

Override tertiary button mix blend mode for darkmode

parent 9f7b9738
......@@ -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