mashlib 2.1.5 → 2.1.6
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/LICENSE.md +1 -1
- package/dist/mash.css +16 -12
- package/dist/mash.css.map +1 -1
- package/dist/mashlib.js +109 -107
- package/dist/mashlib.js.map +1 -1
- package/dist/mashlib.min.js +3 -3
- package/dist/mashlib.min.js.map +1 -1
- package/package.json +2 -2
package/LICENSE.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
The MIT License (MIT)
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2016 - present
|
|
3
|
+
Copyright (c) 2016 - present Tim Berners-Lee and contributors
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
package/dist/mash.css
CHANGED
|
@@ -808,8 +808,8 @@ label:focus-visible {
|
|
|
808
808
|
position: relative !important;
|
|
809
809
|
}
|
|
810
810
|
|
|
811
|
-
.hoverControl > img.hoverControlHide,
|
|
812
|
-
.hoverControl > [data-testid="deleteButtonWithCheck"] {
|
|
811
|
+
.profile-grid .hoverControl > img.hoverControlHide,
|
|
812
|
+
.profile-grid .hoverControl > [data-testid="deleteButtonWithCheck"] {
|
|
813
813
|
position: absolute !important;
|
|
814
814
|
top: 0.2em !important;
|
|
815
815
|
right: 0.2em !important;
|
|
@@ -823,10 +823,10 @@ label:focus-visible {
|
|
|
823
823
|
}
|
|
824
824
|
|
|
825
825
|
/* When icon is 2nd or 3rd child (i.e. sibling elements exist), align it vertically to the previous item */
|
|
826
|
-
.hoverControl > img.hoverControlHide:nth-child(1),
|
|
827
|
-
.hoverControl > img.hoverControlHide:nth-child(2),
|
|
828
|
-
.hoverControl > [data-testid="deleteButtonWithCheck"]:nth-child(1),
|
|
829
|
-
.hoverControl > [data-testid="deleteButtonWithCheck"]:nth-child(2) {
|
|
826
|
+
.profile-grid .hoverControl > img.hoverControlHide:nth-child(1),
|
|
827
|
+
.profile-grid .hoverControl > img.hoverControlHide:nth-child(2),
|
|
828
|
+
.profile-grid .hoverControl > [data-testid="deleteButtonWithCheck"]:nth-child(1),
|
|
829
|
+
.profile-grid .hoverControl > [data-testid="deleteButtonWithCheck"]:nth-child(2) {
|
|
830
830
|
top: 50% !important;
|
|
831
831
|
transform: translateY(-50%) !important;
|
|
832
832
|
display: inline-flex !important;
|
|
@@ -1017,12 +1017,12 @@ section[aria-labelledby="edit-profile-contact-heading"] .profile-form > div:firs
|
|
|
1017
1017
|
|
|
1018
1018
|
/* for the social media */
|
|
1019
1019
|
/* Add space between classifierBox label and select box */
|
|
1020
|
-
section[data-testid="edit-social-section"] .classifierBox-label {
|
|
1020
|
+
.profile-grid section[data-testid="edit-social-section"] .classifierBox-label {
|
|
1021
1021
|
/* Optional: ensure label doesn't have extra margin */
|
|
1022
1022
|
margin-right: 0;
|
|
1023
1023
|
padding-left: 0.3em;
|
|
1024
1024
|
}
|
|
1025
|
-
section[data-testid="edit-social-section"] .classifierBox-selectBox select {
|
|
1025
|
+
.profile-grid section[data-testid="edit-social-section"] .classifierBox-selectBox select {
|
|
1026
1026
|
margin-left: 0.7em !important;
|
|
1027
1027
|
}
|
|
1028
1028
|
|
|
@@ -1107,8 +1107,10 @@ section[data-testid="edit-social-section"] .classifierBox-selectBox select {
|
|
|
1107
1107
|
}
|
|
1108
1108
|
|
|
1109
1109
|
/* Hide the edit icon used by solid-ui (noun_253504.svg and noun_1180158.svg) when it appears as an <img> */
|
|
1110
|
-
img[src*="noun_253504.svg"],
|
|
1111
|
-
img[src*="noun_1180158.svg"]
|
|
1110
|
+
.profile-form img[src*="noun_253504.svg"],
|
|
1111
|
+
.profile-form img[src*="noun_1180158.svg"],
|
|
1112
|
+
.webidControl img[src*="noun_253504.svg"],
|
|
1113
|
+
.webidControl img[src*="noun_1180158.svg"] {
|
|
1112
1114
|
display: none !important;
|
|
1113
1115
|
width: 0 !important;
|
|
1114
1116
|
height: 0 !important;
|
|
@@ -1117,8 +1119,10 @@ img[src*="noun_1180158.svg"] {
|
|
|
1117
1119
|
}
|
|
1118
1120
|
|
|
1119
1121
|
/* Ensure the parent button for that icon doesn't add padding/margin or affect layout */
|
|
1120
|
-
button:has(> img[src*="noun_253504.svg"]),
|
|
1121
|
-
button:has(> img[src*="noun_1180158.svg"])
|
|
1122
|
+
.profile-form button:has(> img[src*="noun_253504.svg"]),
|
|
1123
|
+
.profile-form button:has(> img[src*="noun_1180158.svg"]),
|
|
1124
|
+
.webidControl button:has(> img[src*="noun_253504.svg"]),
|
|
1125
|
+
.webidControl button:has(> img[src*="noun_1180158.svg"]) {
|
|
1122
1126
|
display: none !important;
|
|
1123
1127
|
padding: 0 !important;
|
|
1124
1128
|
margin: 0 !important;
|