Skip to content

Commit

Permalink
Add focus state styling to PopupLayout close button (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmanunver authored Sep 1, 2023
2 parents 74ab2e1 + 4159e11 commit 1098346
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/atlas-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## Added

- We added focus state styling to PopupLayout close button.

## [3.11.2] Atlas Core - 2023-7-21

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion packages/atlas-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "atlas-core",
"moduleName": "Atlas Core",
"version": "3.11.2",
"version": "3.11.3",
"license": "Apache-2.0",
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
"repository": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
/* For IE8 and earlier */
color: $modal-header-color;
text-shadow: none;
&:focus {
border-radius: 4px;
outline: 2px solid $brand-primary;
}
}
}

Expand Down

0 comments on commit 1098346

Please sign in to comment.