Skip to content

Commit 3818ffe

Browse files
committed
chore: fix COPYRIGHTs
1 parent e548380 commit 3818ffe

File tree

2 files changed

+2
-29
lines changed

2 files changed

+2
-29
lines changed

COPYRIGHT

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,4 @@
88
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
99
* OF ANY KIND, either express or implied. See the License for the specific language
1010
* governing permissions and limitations under the License.
11-
*/
12-
13-
/* Override divider background color when used inside alert-dialog */
14-
.divider {
15-
--spectrum-divider-background-color: var(--system-alert-dialog-divider-background-color);
16-
--spectrum-divider-background-color-static-white: var(--spectrum-alert-dialog-divider-background-color-static-white);
17-
--spectrum-divider-background-color-static-black: var(--spectrum-alert-dialog-divider-background-color-static-black);
18-
}
11+
*/

second-gen/COPYRIGHT

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,4 @@
88
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
99
* OF ANY KIND, either express or implied. See the License for the specific language
1010
* governing permissions and limitations under the License.
11-
*/
12-
13-
:host {
14-
--spectrum-field-label-top-to-text: var(--system-field-label-top-to-text);
15-
--spectrum-field-label-bottom-to-text: var(--system-field-label-bottom-to-text);
16-
}
17-
18-
:host([size="s"]) {
19-
--spectrum-field-label-top-to-text: var(--system-field-label-top-to-text-small);
20-
--spectrum-field-label-bottom-to-text: var(--system-field-label-bottom-to-text-small);
21-
}
22-
23-
:host([size="l"]) {
24-
--spectrum-field-label-top-to-text: var(--system-field-label-top-to-text-large);
25-
--spectrum-field-label-bottom-to-text: var(--system-field-label-bottom-to-text-large);
26-
}
27-
28-
:host([size="xl"]) {
29-
--spectrum-field-label-top-to-text: var(--system-field-label-top-to-text-extra-large);
30-
--spectrum-field-label-bottom-to-text: var(--system-field-label-bottom-to-text-extra-large);
31-
}
11+
*/

0 commit comments

Comments
 (0)