Skip to content

Commit a067e20

Browse files
author
DIVYAM TAYAL
authored
fix: Match color of activated "Event Types" boxes to other boxes (#5681)
1 parent eb378d8 commit a067e20

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/styles/vars.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,9 @@ $ember-power-select-border-color: rgba(34, 36, 38, .15) !default;
66
$ember-power-select-line-height: 2.642857143em !default;
77
$ember-power-select-highlighted-background: rgba(0, 0, 0, .05) !default;
88
$ember-power-select-highlighted-color: rgba(0, 0, 0, .95) !default;
9+
$ember-power-select-dropdown-left-border: 1px solid #96c8da !default;
10+
$ember-power-select-dropdown-right-border: 1px solid #96c8da !default;
11+
$ember-power-select-dropdown-bottom-border: 1px solid #96c8da !default;
12+
$ember-power-select-dropdown-top-border: 0 !default;
13+
$ember-power-select-focus-border-color: #96c8da !default;
14+
$ember-power-select-focus-outline: unset !default;

0 commit comments

Comments
 (0)