Skip to content

Commit

Permalink
Merge pull request #1077 from dnbexperience/main
Browse files Browse the repository at this point in the history
  • Loading branch information
tujoworker authored Oct 28, 2021
2 parents 4c26bc0 + 0fffca6 commit 52e7d1e
Show file tree
Hide file tree
Showing 114 changed files with 726 additions and 151 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
steps:
- name: Git checkout
uses: actions/checkout@v2
with:
persist-credentials: false

- name: Use Node.js
uses: actions/setup-node@v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ showTabs: true
| `open_state` | _(optional)_ use this prop to control the open/close state by setting either: `opened` / `closed` or `true` / `false`. |
| `open_delay` | _(optional)_ forces the modal/drawer to delay the opening. The delay is given in `ms`. |
| `close_title` | _(optional)_ the title of the close button. Defaults to _Close Modal Window_. |
| `hide_close_button` | _(optional)_ if truthy, the close button will now be shown. |
| `hide_close_button` | _(optional)_ if truthy, the close button will not be shown. |
| `close_button_attributes` | _(optional)_ define any valid Eufemia Button property or HTML attribute inside an object. |
| `no_animation` | _(optional)_ if set to `true`, no open/close animation will be shown. Defaults to false. |
| `no_animation_on_mobile` | _(optional)_ same as `no_animation`, but gets triggered only if the viewport width is less than `40em`. Defaults to false. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export default function PortalToolsMenu({
const { skeleton } = React.useContext(Context)
return (
<Modal
id="portal-tools"
mode="drawer"
title="Portal Tools"
trigger_tooltip={
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ const Header = styled.header`
z-index: 3201;
}
/* stylelint-disable-next-line */
html[data-dnb-modal-active='portal-tools'] & {
z-index: 3000;
}
top: 0;
left: 0;
width: 100%;
Expand Down
4 changes: 2 additions & 2 deletions packages/dnb-eufemia/assets/icons/account_card_medium.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 52e7d1e

Please sign in to comment.