-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Expiry): correct class placement and CSS specificity issue (#2915)
This PR is based on #2914
- Loading branch information
1 parent
706beb3
commit ae1154d
Showing
13 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-309 Bytes
(93%)
...e_snapshots__/anchor-for-sbanken-have-to-match-expiry-with-help-button.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+74 Bytes
(100%)
...__image_snapshots__/anchor-for-sbanken-have-to-match-the-disbled-state.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+20 Bytes
(100%)
..._/__image_snapshots__/anchor-for-sbanken-have-to-match-the-empty-state.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-13 Bytes
(100%)
..._/__image_snapshots__/anchor-for-sbanken-have-to-match-the-error-state.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+89 Bytes
(100%)
...snapshots__/anchor-for-sbanken-have-to-match-the-input-filled-in-value.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-454 Bytes
(89%)
..._image_snapshots__/anchor-for-ui-have-to-match-expiry-with-help-button.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+40 Bytes
(100%)
...ts__/__image_snapshots__/anchor-for-ui-have-to-match-the-disbled-state.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+42 Bytes
(100%)
...ests__/__image_snapshots__/anchor-for-ui-have-to-match-the-empty-state.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+22 Bytes
(100%)
...ests__/__image_snapshots__/anchor-for-ui-have-to-match-the-error-state.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+30 Bytes
(100%)
...mage_snapshots__/anchor-for-ui-have-to-match-the-input-filled-in-value.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions
8
packages/dnb-eufemia/src/extensions/forms/Field/Expiry/style/dnb-expiry.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
@import '../../style/field-sizes.scss'; | ||
|
||
.dnb-forms-field-expiry { | ||
width: var(--forms-field-width--small); | ||
.dnb-multi-input-mask { | ||
width: var(--forms-field-width--small); | ||
|
||
.dnb-input__shell { | ||
justify-content: center; | ||
.dnb-input__shell { | ||
justify-content: center; | ||
} | ||
} | ||
} |