Skip to content

Commit ef38067

Browse files
authored
Apply focus styling for setup view tiles when tabbing (#1698)
* Apply focus styling for setup view tiles when tabbing * Changelog * Wrong PR id
1 parent 6d662bd commit ef38067

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGES.rst

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Changelog
44
2.0.0rc3 (unreleased)
55
---------------------
66

7+
- #1698 Apply focus styling for setup view tiles when tabbing
78
- #1696 Fix interims with choices are not displayed in listings after a while
89
- #1695 Fix form submission for required multi-reference fields
910
- #1693 Fix Datepicker localization

src/senaite/core/browser/static/bundles/main.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webpack/app/scss/setupview.scss

+5
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,8 @@
2828
#setupview .tile:hover {
2929
background-color: $gray-200;
3030
}
31+
32+
#setupview .tile:focus {
33+
background-color: $gray-200;
34+
color: #2d5e77;
35+
}

0 commit comments

Comments
 (0)