Problem/Motivations

`password-confirm-message` element that is used by user registration form is generated from JS code. This means we can not inject `description` CSS class in it. We want this element to look the same way as a description. Because reusing existing CSS classes is not an option we will need to add these rules manually.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

pivica created an issue. See original summary.

pivica’s picture

Status: Active » Needs review
FileSize
999 bytes

Here is a patch.

pivica’s picture

Note that this patch is dependent on the latest patch in #3008285: Add support for Bootstrap floating labels.

pivica’s picture

FileSize
976 bytes
737 bytes

Seems that using of text-emphasis-variant('.description', $text-muted) is creating some problems in additional rules because of !important. Let's remove it and use plain color rule.

pivica’s picture

FileSize
684 bytes

I needed to reverse dependency here, so this patch is now going first and then #3008285: Add support for Bootstrap floating labels which has some additional fixes based on patch in this issue.

  • pivica committed 0e05b1a on 8.x-1.x
    Issue #3158035 by pivica: password-confirm-message should behave in the...
pivica’s picture

Status: Needs review » Fixed

Committed.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.