File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
packages/sys/src/components Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 7474 padding : 0.5rem ;
7575 }
7676
77+ .button : hover: not (: dis abled): not ([data-disabled = 'true' ]) {
78+ transform : scale (1.02 );
79+ transition : transform var (--animation-duration ) ease;
80+ }
81+
7782 /* container with fallback for screen size */
7883 @media (max-width : 720px ) {
7984 .button [data-has-label = 'true' ][data-has-icon = 'true' ]: has (.responsiveLabel ) {
Original file line number Diff line number Diff line change 3939 border-color : var (--color-border-hover , var (--color-border ));
4040 background-color : var (--color-background-hover , var (--color-background ));
4141 color : var (--color-text-hover , var (--color-text ));
42- transform : scale (1.02 );
43- transition : transform var (--animation-duration ) ease;
4442 }
4543
4644 .control : active {
You can’t perform that action at this time.
0 commit comments