Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ governing permissions and limitations under the License.
}

.spectrum-ActionGroup-menu {
.spectrum-ActionGroup-menu-chevron {
/* specificity must be higher than `.spectrum-ActionButton .spectrum-Icon` */
svg.spectrum-ActionGroup-menu-chevron {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think previously we've handled it like
.spectrum-ActionGroup-menu-chevron.spectrum-ActionGroup-menu-chevron otherwise we could run into an issue if someone is doing flags and uses an img

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's a hard coded chevron, not user provided...

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

o, ok, then carry on

order: 2;
padding-inline-start: 0;
padding-inline-end: var(--spectrum-actionbutton-icon-padding-x);
Expand Down