@natec/mef-dev-ui-kit 1.1.2 → 1.1.3
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/esm2020/lib/markup-kit/card/card/card.component.mjs +3 -3
- package/esm2020/lib/markup-kit/page-layouts/profile/profile.component.mjs +3 -3
- package/fesm2015/natec-mef-dev-ui-kit.mjs +4 -4
- package/fesm2015/natec-mef-dev-ui-kit.mjs.map +1 -1
- package/fesm2020/natec-mef-dev-ui-kit.mjs +4 -4
- package/fesm2020/natec-mef-dev-ui-kit.mjs.map +1 -1
- package/package.json +1 -1
- package/src/lib/styles/pg/modules/_tabs_accordian.scss +5 -6
package/package.json
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
&:hover,
|
|
19
19
|
&:focus {
|
|
20
20
|
border-color: $color-master-light;
|
|
21
|
-
color:
|
|
21
|
+
color: white;
|
|
22
22
|
background-color: $color-master-light;
|
|
23
23
|
}
|
|
24
24
|
}
|
|
@@ -42,7 +42,6 @@
|
|
|
42
42
|
&:focus {
|
|
43
43
|
background: transparent;
|
|
44
44
|
border-color: transparent;
|
|
45
|
-
color: $color-master;
|
|
46
45
|
}
|
|
47
46
|
.tab-icon {
|
|
48
47
|
margin-right:6px;
|
|
@@ -113,7 +112,7 @@
|
|
|
113
112
|
}
|
|
114
113
|
}
|
|
115
114
|
|
|
116
|
-
/* Tabs : Simple
|
|
115
|
+
/* Tabs : Simple
|
|
117
116
|
------------------------------------
|
|
118
117
|
*/
|
|
119
118
|
|
|
@@ -339,7 +338,7 @@
|
|
|
339
338
|
}
|
|
340
339
|
}
|
|
341
340
|
|
|
342
|
-
/* Tabs : Fill-up
|
|
341
|
+
/* Tabs : Fill-up
|
|
343
342
|
------------------------------------
|
|
344
343
|
*/
|
|
345
344
|
|
|
@@ -519,9 +518,9 @@
|
|
|
519
518
|
width: 100%;
|
|
520
519
|
position: relative;
|
|
521
520
|
bottom: 3px;
|
|
522
|
-
z-index: 120;
|
|
521
|
+
z-index: 120;
|
|
523
522
|
content: "";
|
|
524
|
-
clear: both;
|
|
523
|
+
clear: both;
|
|
525
524
|
}
|
|
526
525
|
& ~ .tab-content{
|
|
527
526
|
position: relative;
|