File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ governing permissions and limitations under the License.
12
12
13
13
/* closebutton/index.css
14
14
*
15
- * .spectrum-Closebutton ::after is the Focus ring
15
+ * .spectrum-CloseButton ::after is the Focus ring
16
16
*/
17
17
18
18
@import "@spectrum-css/commons/basebutton.css" ;
@@ -46,17 +46,17 @@ governing permissions and limitations under the License.
46
46
--spectrum-closebutton-background-color-focus : var (--spectrum-gray-100 );
47
47
}
48
48
49
- .spectrum-Closebutton --sizeS {
49
+ .spectrum-CloseButton --sizeS {
50
50
--spectrum-closebutton-height : var (--spectrum-component-height-75 );
51
51
--spectrum-closebutton-width : var (--spectrum-closebutton-height );
52
52
}
53
53
54
- .spectrum-Closebutton --sizeL {
54
+ .spectrum-CloseButton --sizeL {
55
55
--spectrum-closebutton-height : var (--spectrum-component-height-200 );
56
56
--spectrum-closebutton-width : var (--spectrum-closebutton-height );
57
57
}
58
58
59
- .spectrum-Closebutton --sizeXL {
59
+ .spectrum-CloseButton --sizeXL {
60
60
--spectrum-closebutton-height : var (--spectrum-component-height-300 );
61
61
--spectrum-closebutton-width : var (--spectrum-closebutton-height );
62
62
}
You can’t perform that action at this time.
0 commit comments