Skip to content

Commit

Permalink
add sidebar label to test replay (#5491)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaffrepaul authored Sep 23, 2023
1 parent 6c5bf9c commit 0f885b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/guides/cloud/debugging/test-replay.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Test Replay
sidebar_position: 20
sidebar_class_name: new_label
---

:::info
Expand Down
3 changes: 2 additions & 1 deletion src/css/sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
}

// "new" feature label in sidebar
.theme-doc-sidebar-item-link.theme-doc-sidebar-item-link-level-2.menu__list-item.new_label {
.theme-doc-sidebar-item-link.theme-doc-sidebar-item-link-level-2.menu__list-item.new_label,
.theme-doc-sidebar-item-link.theme-doc-sidebar-item-link-level-3.menu__list-item.new_label {
a::after {
background-color: var(--cypress-color-indigo-400);
color: #fff;
Expand Down

0 comments on commit 0f885b8

Please sign in to comment.