@sis-cc/dotstatsuite-visions 7.15.0 → 7.15.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -55,7 +55,10 @@ export var useStyles = makeStyles(function (theme) {
55
55
  paddingRight: 0
56
56
  }, _ref.select = {
57
57
  padding: theme.spacing(0.5, 4, 0.5, 2),
58
- backgroundColor: theme.palette.common.white
58
+ backgroundColor: theme.palette.common.white,
59
+ '&:focus': {
60
+ backgroundColor: theme.palette.common.white
61
+ }
59
62
  }, _ref.spaceButton = {
60
63
  margin: theme.spacing(0, 1, 0, 0)
61
64
  }, _ref;
@@ -88,7 +88,10 @@ var useStyles = exports.useStyles = (0, _styles.makeStyles)(function (theme) {
88
88
  paddingRight: 0
89
89
  }, _ref.select = {
90
90
  padding: theme.spacing(0.5, 4, 0.5, 2),
91
- backgroundColor: theme.palette.common.white
91
+ backgroundColor: theme.palette.common.white,
92
+ '&:focus': {
93
+ backgroundColor: theme.palette.common.white
94
+ }
92
95
  }, _ref.spaceButton = {
93
96
  margin: theme.spacing(0, 1, 0, 0)
94
97
  }, _ref;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sis-cc/dotstatsuite-visions",
3
- "version": "7.15.0",
3
+ "version": "7.15.1",
4
4
  "description": "Library of visual components",
5
5
  "author": "OECD",
6
6
  "homepage": "https://visions-qa.siscc.org/#o",