Skip to content

Commit

Permalink
Update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
mirka committed Aug 27, 2024
1 parent 4d323c7 commit 2633c4c
Showing 1 changed file with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ exports[`DimensionControl rendering renders with custom sizes 1`] = `
min-height: 0;
}
.emotion-6:focus-within:not( :has( :is( .em5sgkm7, .emotion-19 ):focus-within ) ) .emotion-26 {
.emotion-6:focus-within:not( :has( :is( .em5sgkm8, .emotion-19 ):focus-within ) ) .emotion-26 {
border-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
box-shadow: 0 0 0 0.5px var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
outline: 2px solid transparent;
Expand Down Expand Up @@ -157,8 +157,8 @@ exports[`DimensionControl rendering renders with custom sizes 1`] = `
}
.emotion-21 {
margin-bottom: 0;
padding-right: 8px;
-webkit-padding-end: 8px;
padding-inline-end: 8px;
position: absolute;
pointer-events: none;
right: 0;
Expand Down Expand Up @@ -249,7 +249,7 @@ exports[`DimensionControl rendering renders with custom sizes 1`] = `
class="components-input-control__suffix emotion-18 emotion-19"
>
<div
class="components-spacer components-input-control-suffix-wrapper emotion-20 emotion-21 emotion-7"
class="components-input-control-suffix-wrapper emotion-20 emotion-21 emotion-22"
data-wp-c16t="true"
data-wp-component="InputControlSuffixWrapper"
>
Expand Down Expand Up @@ -327,7 +327,7 @@ exports[`DimensionControl rendering renders with defaults 1`] = `
min-height: 0;
}
.emotion-6:focus-within:not( :has( :is( .em5sgkm7, .emotion-19 ):focus-within ) ) .emotion-26 {
.emotion-6:focus-within:not( :has( :is( .em5sgkm8, .emotion-19 ):focus-within ) ) .emotion-26 {
border-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
box-shadow: 0 0 0 0.5px var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
outline: 2px solid transparent;
Expand Down Expand Up @@ -439,8 +439,8 @@ exports[`DimensionControl rendering renders with defaults 1`] = `
}
.emotion-21 {
margin-bottom: 0;
padding-right: 8px;
-webkit-padding-end: 8px;
padding-inline-end: 8px;
position: absolute;
pointer-events: none;
right: 0;
Expand Down Expand Up @@ -541,7 +541,7 @@ exports[`DimensionControl rendering renders with defaults 1`] = `
class="components-input-control__suffix emotion-18 emotion-19"
>
<div
class="components-spacer components-input-control-suffix-wrapper emotion-20 emotion-21 emotion-7"
class="components-input-control-suffix-wrapper emotion-20 emotion-21 emotion-22"
data-wp-c16t="true"
data-wp-component="InputControlSuffixWrapper"
>
Expand Down Expand Up @@ -619,7 +619,7 @@ exports[`DimensionControl rendering renders with icon and custom icon label 1`]
min-height: 0;
}
.emotion-6:focus-within:not( :has( :is( .em5sgkm7, .emotion-19 ):focus-within ) ) .emotion-26 {
.emotion-6:focus-within:not( :has( :is( .em5sgkm8, .emotion-19 ):focus-within ) ) .emotion-26 {
border-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
box-shadow: 0 0 0 0.5px var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
outline: 2px solid transparent;
Expand Down Expand Up @@ -731,8 +731,8 @@ exports[`DimensionControl rendering renders with icon and custom icon label 1`]
}
.emotion-21 {
margin-bottom: 0;
padding-right: 8px;
-webkit-padding-end: 8px;
padding-inline-end: 8px;
position: absolute;
pointer-events: none;
right: 0;
Expand Down Expand Up @@ -845,7 +845,7 @@ exports[`DimensionControl rendering renders with icon and custom icon label 1`]
class="components-input-control__suffix emotion-18 emotion-19"
>
<div
class="components-spacer components-input-control-suffix-wrapper emotion-20 emotion-21 emotion-7"
class="components-input-control-suffix-wrapper emotion-20 emotion-21 emotion-22"
data-wp-c16t="true"
data-wp-component="InputControlSuffixWrapper"
>
Expand Down Expand Up @@ -923,7 +923,7 @@ exports[`DimensionControl rendering renders with icon and default icon label 1`]
min-height: 0;
}
.emotion-6:focus-within:not( :has( :is( .em5sgkm7, .emotion-19 ):focus-within ) ) .emotion-26 {
.emotion-6:focus-within:not( :has( :is( .em5sgkm8, .emotion-19 ):focus-within ) ) .emotion-26 {
border-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
box-shadow: 0 0 0 0.5px var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
outline: 2px solid transparent;
Expand Down Expand Up @@ -1035,8 +1035,8 @@ exports[`DimensionControl rendering renders with icon and default icon label 1`]
}
.emotion-21 {
margin-bottom: 0;
padding-right: 8px;
-webkit-padding-end: 8px;
padding-inline-end: 8px;
position: absolute;
pointer-events: none;
right: 0;
Expand Down Expand Up @@ -1149,7 +1149,7 @@ exports[`DimensionControl rendering renders with icon and default icon label 1`]
class="components-input-control__suffix emotion-18 emotion-19"
>
<div
class="components-spacer components-input-control-suffix-wrapper emotion-20 emotion-21 emotion-7"
class="components-input-control-suffix-wrapper emotion-20 emotion-21 emotion-22"
data-wp-c16t="true"
data-wp-component="InputControlSuffixWrapper"
>
Expand Down

0 comments on commit 2633c4c

Please sign in to comment.