Skip to content

Commit 08066a6

Browse files
authored
Update index.css
1 parent 83658ce commit 08066a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/css/index.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
--Button-text-color: inherit;
88
--Button-font: inherit;
99
--Button-padding: 0.4em 0.75em;
10-
--Button.onDisabled-opacity: 0.6;
10+
--Button_onDisabled-opacity: 0.6;
1111
}
1212

1313
/**
@@ -73,5 +73,5 @@
7373
.Button:disabled,
7474
.Button.onDisabled {
7575
cursor: default;
76-
opacity: var(--Button.onDisabled-opacity);
76+
opacity: var(--Button_onDisabled-opacity);
7777
}

0 commit comments

Comments
 (0)