Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adoroshk committed May 3, 2024
1 parent 304c9f6 commit 40a5408
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
--terra-folder-tree-item-border-bottom: #181b1d;
--terra-folder-tree-item-background: #1e3a49;
--terra-folder-tree-item-hover-background-color: rgb(203, 230, 247, 0.25);

--terra-folder-tree-item-hover-before-background-color: rgb(203, 230, 247, 0.25);
--terra-folder-tree-item-selected-background-color: #232a2d;
--terra-folder-tree-focus-outline: 2px dashed #fff;
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
:local {
.orion-fusion-theme {
--terra-folder-tree-item-hover-background-color: rgb(203, 230, 247, 0.5);
--terra-folder-tree-item-hover-before-background-color: rgb(203, 230, 247, 0.5);
--terra-folder-tree-focus-box-shadow: inset 0 0 1px 3px rgba(76, 178, 233, 0.5), inset 0 0 7px 4px rgba(76, 178, 233, 0.35);
--terra-folder-tree-focus-outline: none;
--terra-folder-tree-focus-outline-offset: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@

&.hover-within {
.radio-target::before {
background-color: var(--terra-folder-tree-item-hover-before-background-color, rgb(203, 230, 247, 0.5));
border-radius: 50%;
bottom: 0;
content: '';
left: 0;
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
background-color: var(--terra-folder-tree-item-hover-background-color, rgb(203, 230, 247, 0.5));
border-radius: 50%;
top: 0;
}
}

Expand Down

0 comments on commit 40a5408

Please sign in to comment.