This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 78
Add directive for text to confirmation dialog to make styling easier #1148
Labels
Comments
Hi @SirTroyer! Instead of adding an additional directive for the text, as this can be styled however consumers want, as long as they create their own wrapping element, I would opt to add styling to the class applied to the The default Would this also work for you? |
3 tasks
3 tasks
bartoszbobin
added a commit
to bartoszbobin/barista
that referenced
this issue
Jul 6, 2020
…ontent and actions is too small. Fixes dynatrace-oss#1148 Signed-off-by: Bartosz Bobin <bartosz.bobin@dynatrace.com>
tomheller
pushed a commit
that referenced
this issue
Jul 7, 2020
…ontent and actions is too small. Fixes #1148 Signed-off-by: Bartosz Bobin <bartosz.bobin@dynatrace.com>
tomheller
pushed a commit
that referenced
this issue
Jul 7, 2020
…ontent and actions is too small. Fixes #1148 Signed-off-by: Bartosz Bobin <bartosz.bobin@dynatrace.com>
tomheller
pushed a commit
that referenced
this issue
Jul 7, 2020
…ontent and actions is too small. Fixes #1148 Signed-off-by: Bartosz Bobin <bartosz.bobin@dynatrace.com>
yngrdyn
pushed a commit
to yngrdyn/barista
that referenced
this issue
Nov 9, 2020
…ontent and actions is too small. Fixes dynatrace-oss#1148 Signed-off-by: Bartosz Bobin <bartosz.bobin@dynatrace.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Feature Request
Summary
Add directive for text in a confirmation dialog to make styling easier when
dt-confirmation-dialog-state
also consists ofdt-confirmation-dialog-actions
. In which case the user would have to style the text himself to introduce a little margin between text and buttons.Feature Description
Currently, there is a directive for actions in a
dt-confirmation-dialog-state
which is calleddt-confirmation-dialog-actions
. Text can be inserted anywhere in thedt-confirmation-dialog-state
but if a user wants to use text and buttons at the same time in the confirmation dialog, which is often the case, the user has to style the text himself to create a little margin between text and buttons.
It would be cool for the text to have its own directive that will style it.
The text was updated successfully, but these errors were encountered: