File tree Expand file tree Collapse file tree 2 files changed +2
-29
lines changed Expand file tree Collapse file tree 2 files changed +2
-29
lines changed Original file line number Diff line number Diff line change 8
8
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
9
* OF ANY KIND, either express or implied. See the License for the specific language
10
10
* 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
+ */
Original file line number Diff line number Diff line change 8
8
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
9
* OF ANY KIND, either express or implied. See the License for the specific language
10
10
* 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
+ */
You can’t perform that action at this time.
0 commit comments