Skip to content

Commit 8efde0d

Browse files
committed
fix: removing invalid CSS selectors
1 parent 9af55cb commit 8efde0d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

api-property-form-item.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -99,14 +99,6 @@ class ApiPropertyFormItem extends ValidatableMixin(LitElement) {
9999
margin-right: 12px;
100100
}
101101
102-
label {
103-
@apply --arc-font-caption;
104-
}
105-
106-
anypoint-item:hover {
107-
@apply --anypoint-item-hover;
108-
}
109-
110102
.nil-option {
111103
margin-left: 8px;
112104
}

0 commit comments

Comments
 (0)