Skip to content

Commit

Permalink
Left sidebar arrows Update
Browse files Browse the repository at this point in the history
Left sidebar arrows Update
  • Loading branch information
Arturas-Salivonas authored and sharadregoti committed Oct 21, 2024
1 parent c05727f commit 1520940
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
10 changes: 7 additions & 3 deletions tyk-docs/assets/scss/_side-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ Tree View
list-style-type: none;
line-height: 20px;
//margin-bottom: 20px; //
padding-bottom: 10px;
padding-bottom: 5px;
padding-top:10px;
position: relative;
background: transparent !important;
// cursor: pointer; //
Expand All @@ -183,16 +184,17 @@ Tree View
content: "";
background-image: url("../img/icon-caret.svg");
background-repeat: no-repeat;
background-position: left;
background-position: right;
background-size: 12px;
inline-size: 100%;
block-size: var(--caret-size);
block-size:35px;
position: absolute;
top: 0;
right: 0;
bottom: 0;
cursor: pointer;
scale: 1 -1;
scale: 1;
transition: scale 0.2s;
}

Expand Down Expand Up @@ -228,6 +230,8 @@ Tree View

&:not(.st-file):after {
scale: 1;
background-size: 7px;
background-image: url("../img/icon-caret-closed.svg");
}
}

Expand Down
7 changes: 7 additions & 0 deletions tyk-docs/static/img/icon-caret-closed.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1520940

Please sign in to comment.