Skip to content

Commit

Permalink
feat(styles): add new BTP Horizontal Navigation [ci visual] (#4855)
Browse files Browse the repository at this point in the history
  • Loading branch information
InnaAtanasova authored Oct 3, 2023
1 parent 01c8427 commit a861493
Show file tree
Hide file tree
Showing 14 changed files with 6,506 additions and 688 deletions.
6 changes: 6 additions & 0 deletions packages/styles/src/mixins/_states.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@
}
}

@mixin fd-focus-visible() {
&:focus-visible {
@content;
}
}

// Newer FOCUS state which follows fiori3 spec (tab onto, click into)
// `.is-focus` is for demo purposes
@mixin fd-fiori-focus($offset: -0.1875rem) {
Expand Down
Loading

0 comments on commit a861493

Please sign in to comment.