@openmrs/esm-styleguide 4.2.1-pre.613 → 4.2.1-pre.615
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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-styleguide",
|
|
3
|
-
"version": "4.2.1-pre.
|
|
3
|
+
"version": "4.2.1-pre.615",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"description": "The styleguide for OpenMRS SPA",
|
|
6
6
|
"browser": "dist/openmrs-esm-styleguide.js",
|
|
@@ -52,9 +52,9 @@
|
|
|
52
52
|
"rxjs": "6.x"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@openmrs/esm-extensions": "^4.2.1-pre.
|
|
56
|
-
"@openmrs/esm-react-utils": "^4.2.1-pre.
|
|
57
|
-
"@openmrs/esm-state": "^4.2.1-pre.
|
|
55
|
+
"@openmrs/esm-extensions": "^4.2.1-pre.615",
|
|
56
|
+
"@openmrs/esm-react-utils": "^4.2.1-pre.615",
|
|
57
|
+
"@openmrs/esm-state": "^4.2.1-pre.615",
|
|
58
58
|
"autoprefixer": "^9.8.8",
|
|
59
59
|
"css-minimizer-webpack-plugin": "^1.2.0",
|
|
60
60
|
"i18next": "^19.6.0",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"react-dom": "^18.1.0",
|
|
66
66
|
"rxjs": "^6.5.3"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "5adc62553c80557a41a1a4c18755ac8e38829114"
|
|
69
69
|
}
|
package/src/_overrides.scss
CHANGED
|
@@ -44,10 +44,15 @@
|
|
|
44
44
|
|
|
45
45
|
/* Content Switcher */
|
|
46
46
|
.cds--content-switcher-btn {
|
|
47
|
+
background-color: $ui-02;
|
|
47
48
|
border: none;
|
|
48
49
|
border-top: 1px solid colors.$blue-30;
|
|
49
50
|
border-bottom: 1px solid colors.$blue-30;
|
|
50
51
|
|
|
52
|
+
&::after {
|
|
53
|
+
background-color: transparent;
|
|
54
|
+
}
|
|
55
|
+
|
|
51
56
|
&:first-child {
|
|
52
57
|
border-bottom-left-radius: 0.25rem;
|
|
53
58
|
border-left: 0.0625rem solid colors.$blue-30;
|
|
@@ -60,13 +65,19 @@
|
|
|
60
65
|
border-top-right-radius: 0.25rem;
|
|
61
66
|
}
|
|
62
67
|
|
|
63
|
-
|
|
68
|
+
&::before {
|
|
69
|
+
background-color: colors.$blue-30;
|
|
70
|
+
height: 100%;
|
|
71
|
+
z-index: 0;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
&.cds--content-switcher--selected {
|
|
64
75
|
border: 1px solid colors.$blue-60;
|
|
65
76
|
background-color: colors.$blue-10;
|
|
66
77
|
color: colors.$blue-60;
|
|
67
78
|
|
|
68
79
|
&::after {
|
|
69
|
-
background:
|
|
80
|
+
background-color: colors.$blue-10;
|
|
70
81
|
}
|
|
71
82
|
}
|
|
72
83
|
}
|