You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Custom classes for each button (primary small and small), aligned to the right edge of the link.
Structure
Popovers should have options for...
Whether the popover is aligned to the horizontal left, right, or center of the object. (This will also dictate the caret's horizontal position. For top and bottom-aligned popovers only.)
The class(es) of the primary button. (Default: primary)
The class(es) of the secondary button (Default: "no class")
Also, we should remove delete_ from some classes (like popover_delete_confirmation_message to get rid of code smells.)
The text was updated successfully, but these errors were encountered:
Outcome
This should be possible:
Custom classes for each button (
primary small
andsmall
), aligned to the right edge of the link.Structure
Popovers should have options for...
top
andbottom
-aligned popovers only.)primary
)Also, we should remove
delete_
from some classes (likepopover_delete_confirmation_message
to get rid of code smells.)The text was updated successfully, but these errors were encountered: