Skip to content

Commit

Permalink
feat(styles): splitter with horizon 2023 [ci visual] (#4488)
Browse files Browse the repository at this point in the history
  • Loading branch information
droshev committed May 1, 2023
1 parent afc2950 commit cca9d8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/styles/src/splitter.scss
Expand Up @@ -167,7 +167,7 @@ $block: #{$fd-namespace}-splitter;
@include fd-flex-center();
@include fd-fiori-focus(-0.125rem);

background: var(--sapShell_Background);
background: var(--sapContent_ForegroundColor);
border: var(--fdSplitter_Resizer_Border);

@include fd-splitter-resizer-decoration() {
Expand Down
@@ -1,5 +1,5 @@
:root {
--fdSplitter_Resizer_Border: none;
--fdSplitter_Resizer_Border: 0.0625rem solid var(--sapGroup_ContentBorderColor);
--fdSplitter_Resizer_Grip_Border_Width: 0;
--fdSplitter_Resizer_Decoration_Background: var(--sapGroup_ContentBorderColor);

Expand Down
Expand Up @@ -3,4 +3,5 @@
:root {
--fdSplitter_Resizer_Border: 0.0625rem solid var(--sapGroup_ContentBorderColor);
--fdSplitter_Resizer_Grip_Border_Width: var(--sapButton_BorderWidth);
--fdSplitter_Resizer_Decoration_Background: var(--sapGroup_ContentBorderColor);
}

0 comments on commit cca9d8b

Please sign in to comment.