Add stylelint rule: 'order/properties-alphabetical-order'

[MAILPOET-1917]
This commit is contained in:
Ján Mikláš
2019-03-20 16:14:13 +01:00
committed by M. Shull
parent fd2c90e6d3
commit 395e08e576
51 changed files with 608 additions and 607 deletions

View File

@@ -3,12 +3,12 @@
}
.mailpoet_automated_latest_content_block_overlay {
position: absolute;
z-index: 19;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0);
height: 100%;
position: absolute;
transition: background 0.15s ease-out;
width: 100%;
z-index: 19;
.mailpoet_automated_latest_content_block:hover & {
background: rgba(255, 255, 255, 0.7);