generated from adobe/aem-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MWPW-156135 - [editorial-card] bugs (#2771)
* Fixed decBg func. was incorrectly removing bg row * allow className in decorateBG and support vp-media on card row display. Fixes naming collision w background rounded corners. ;) * remove device js set type classes and put direct in .display styles * Fix text-block bg zIndex * fh on bg vids * no await, decorate * Support 'open' and three rows authoring for flat doc examples. * 3 rows default = media, copy, foot * equal w/ 3 not 4 * Revert extra changes w/ row-order defatult for diff branch * linting and no z-index needed
- Loading branch information
1 parent
0d6aadb
commit e3ebbae
Showing
5 changed files
with
52 additions
and
14 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
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 |
---|---|---|
|
@@ -31,7 +31,6 @@ | |
position: absolute; | ||
right: 0; | ||
top: 0; | ||
z-index: -1; | ||
overflow: hidden; | ||
} | ||
|
||
|
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 |
---|---|---|
|
@@ -211,7 +211,8 @@ | |
.detail-xl, | ||
.detail-l, | ||
.detail-m, | ||
.detail-s { | ||
.detail-s, | ||
.detail-xs { | ||
margin: 0; | ||
} | ||
|
||
|
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