We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4591fb7 + 4b7fdae commit ec107aaCopy full SHA for ec107aa
CHANGELOG.md
@@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
23
### Added
24
25
- Added missing developer tab for date and time.
26
+- Fixed an issue with the close button focus outline in modal.
27
28
### Changed
29
src/components/modal/modal.scss
@@ -17,6 +17,7 @@ $ods-modal-popup-width: 600px !default;
17
height: 100vh;
18
19
&__popup {
20
+ padding: 0.25rem;
21
background: white;
22
width: 100%;
0 commit comments