Skip to content

Commit

Permalink
Make hourglass coloring black (#991)
Browse files Browse the repository at this point in the history
* Make hourglass coloring black.
* Updated snapshots.
  • Loading branch information
M6AI authored Sep 26, 2023
1 parent 147bee5 commit c8fe0a1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions doc/newsfragments/2036_changed.make_hourglass_black.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed the coloring of the hourglass on interactive UI that was identical to the hovering background color.
2 changes: 1 addition & 1 deletion testplan/web_ui/testing/src/Nav/InteractiveNavEntry.js
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ const styles = StyleSheet.create({
height: "2.4em",
width: "2.4em",
cursor: "pointer",
color: MEDIUM_GREY,
color: BLACK,
padding: "0.7em 0em 0.7em 0em",
transition: "all 0.3s ease-out 0s !important",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ exports[`InteractiveNavEntry renders a testcase in "resetting" state 1`] = `
beatFade={false}
border={false}
bounce={false}
className="inactiveEntryButton_klwly8"
className="inactiveEntryButton_104ny1c"
fade={false}
fixedWidth={false}
flip={false}
Expand Down Expand Up @@ -494,7 +494,7 @@ exports[`InteractiveNavEntry renders a testcase in "running" state 1`] = `
beatFade={false}
border={false}
bounce={false}
className="inactiveEntryButton_klwly8"
className="inactiveEntryButton_104ny1c"
fade={false}
fixedWidth={false}
flip={false}
Expand Down Expand Up @@ -583,7 +583,7 @@ exports[`InteractiveNavEntry renders a testcase in "waiting" state 1`] = `
beatFade={false}
border={false}
bounce={false}
className="inactiveEntryButton_klwly8"
className="inactiveEntryButton_104ny1c"
fade={false}
fixedWidth={false}
flip={false}
Expand Down Expand Up @@ -843,7 +843,7 @@ exports[`InteractiveNavEntry renders an entry with environment status STARTING 1
beatFade={false}
border={false}
bounce={false}
className="inactiveEntryButton_klwly8"
className="inactiveEntryButton_104ny1c"
fade={false}
fixedWidth={false}
flip={false}
Expand Down Expand Up @@ -884,7 +884,7 @@ exports[`InteractiveNavEntry renders an entry with environment status STARTING 1
beatFade={false}
border={false}
bounce={false}
className="inactiveEntryButton_klwly8"
className="inactiveEntryButton_104ny1c"
fade={false}
fixedWidth={false}
flip={false}
Expand Down Expand Up @@ -925,7 +925,7 @@ exports[`InteractiveNavEntry renders an entry with environment status STARTING 1
beatFade={false}
border={false}
bounce={false}
className="inactiveEntryButton_klwly8"
className="inactiveEntryButton_104ny1c"
fade={false}
fixedWidth={false}
flip={false}
Expand Down Expand Up @@ -1185,7 +1185,7 @@ exports[`InteractiveNavEntry renders an entry with environment status STOPPING 1
beatFade={false}
border={false}
bounce={false}
className="inactiveEntryButton_klwly8"
className="inactiveEntryButton_104ny1c"
fade={false}
fixedWidth={false}
flip={false}
Expand Down Expand Up @@ -1226,7 +1226,7 @@ exports[`InteractiveNavEntry renders an entry with environment status STOPPING 1
beatFade={false}
border={false}
bounce={false}
className="inactiveEntryButton_klwly8"
className="inactiveEntryButton_104ny1c"
fade={false}
fixedWidth={false}
flip={false}
Expand Down Expand Up @@ -1267,7 +1267,7 @@ exports[`InteractiveNavEntry renders an entry with environment status STOPPING 1
beatFade={false}
border={false}
bounce={false}
className="inactiveEntryButton_klwly8"
className="inactiveEntryButton_104ny1c"
fade={false}
fixedWidth={false}
flip={false}
Expand Down

0 comments on commit c8fe0a1

Please sign in to comment.