Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #21115 from vingtetun/bug1022746
Browse files Browse the repository at this point in the history
Bug 1022746 - The call log isn't using APZC anymore. r=etienne
  • Loading branch information
vingtetun authored and rvandermeulen committed Jul 2, 2014
1 parent c27e9fd commit 2e99d66
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 4 additions & 0 deletions apps/sms/style/sms.css
Expand Up @@ -71,6 +71,10 @@ form[role="dialog"][data-type="edit"] > menu {
text-align: left;
}

#main-wrapper.edit [data-type="list"] li a {
pointer-events: none;
}

#threads-container[data-type="list"] .mms-icon {
display: none;
margin-left: 0.3rem;
Expand Down
10 changes: 4 additions & 6 deletions shared/style/lists.css
Expand Up @@ -42,7 +42,6 @@
margin: 0;
display: block;
position: relative;
z-index: 1;
}

[data-type="list"] li:last-child {
Expand Down Expand Up @@ -73,7 +72,6 @@ li a:active {
top: 0;
right: -1.5rem;
bottom: 0;
z-index: 3;
}

[data-type="list"].active li:active:after,
Expand All @@ -96,13 +94,11 @@ li a:active {
margin: 0 0.5rem 0 0;
height: 100%;
position: relative;
z-index: 2;
}

[data-type="list"] li > a aside,
[data-type="list"] li > a aside.icon {
background-color: transparent;
z-index: -1;
}

[data-type="list"] aside.pack-end {
Expand Down Expand Up @@ -132,7 +128,6 @@ li a:active {
box-shadow: 0 0 0 0.1rem #dedede;
background: transparent center center / cover;
position: relative;
z-index: 1;

/* Favor performance over quality */
image-rendering: -moz-crisp-edges;
Expand Down Expand Up @@ -183,7 +178,6 @@ li a:active {
bottom: 0;
right: 0;
left: -4rem;
z-index: 1;
width: auto;
height: auto;
}
Expand All @@ -207,6 +201,10 @@ li a:active {
left: 0;
}

[data-type="list"] [data-type="edit"] li > a {
pointer-events: none;
}

[data-type="list"] [data-type="edit"] li > a:active:after,
[data-type="list"] [data-type="edit"] li > a:hover:after {
display: none;
Expand Down

0 comments on commit 2e99d66

Please sign in to comment.