Skip to content

Commit 3dc88d5

Browse files
committed
Changed color of popup stripe
1 parent 1d9bd74 commit 3dc88d5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

client/styles/abstracts/_variables.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ $themes: (
8888
nav-border-color: $middle-light,
8989
error-color: $p5js-pink,
9090
table-row-stripe-color: $medium-light,
91+
quick-add-row-stripe-color: $medium-light,
9192
codefold-icon-open: url(../images/triangle-arrow-down.svg?byUrl),
9293
codefold-icon-closed: url(../images/triangle-arrow-right.svg?byUrl),
9394

@@ -163,6 +164,7 @@ $themes: (
163164
nav-border-color: $middle-dark,
164165
error-color: $p5js-pink,
165166
table-row-stripe-color: $dark,
167+
quick-add-row-stripe-color: $darker,
166168
codefold-icon-open: url(../images/triangle-arrow-down-white.svg?byUrl),
167169
codefold-icon-closed: url(../images/triangle-arrow-right-white.svg?byUrl),
168170

@@ -236,6 +238,7 @@ $themes: (
236238
nav-border-color: $middle-dark,
237239
error-color: $p5-contrast-pink,
238240
table-row-stripe-color: $dark,
241+
quick-add-row-stripe-color: $darker,
239242
codefold-icon-open: url(../images/triangle-arrow-down-white.svg?byUrl),
240243
codefold-icon-closed: url(../images/triangle-arrow-right-white.svg?byUrl),
241244

client/styles/components/_quick-add.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
.quick-add__item:nth-child(odd) {
2525
@include themify() {
26-
background: getThemifyVariable('table-row-stripe-color');
26+
background: getThemifyVariable('quick-add-row-stripe-color');
2727
}
2828
}
2929

0 commit comments

Comments
 (0)