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.)
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.)