Skip to content

Commit 655602f

Browse files
authored
fix: ActionGroup collapsed menu icons (#8492)
1 parent 7398a6f commit 655602f

File tree

1 file changed

+3
-3
lines changed
  • packages/@adobe/spectrum-css-temp/components/actiongroup

1 file changed

+3
-3
lines changed

packages/@adobe/spectrum-css-temp/components/actiongroup/index.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ governing permissions and limitations under the License.
4949

5050
.spectrum-ActionGroup-item {
5151
flex-shrink: 0;
52+
}
5253

53-
&.spectrum-ActionGroup-item--iconOnly {
54-
padding-inline-end: var(--spectrum-actionbutton-icon-padding-x);
55-
}
54+
.spectrum-ActionGroup-item--iconOnly {
55+
padding-inline-end: var(--spectrum-actionbutton-icon-padding-x);
5656
}
5757

5858
&:focus {

0 commit comments

Comments
 (0)