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

Bug 991062 - Call log: Take out filters while in edit mode #18972

Merged

Conversation

gtorodelvalle
Copy link
Contributor

No description provided.

@@ -289,6 +289,14 @@ ol, ul {
display: block;
}

.recents-edit .recents-filter-container {
display: none;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's just

visbility: hidden;
pointer-events: none;

it will cause one less reflow and help if we want to try putting-back a transition later on.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(this comment is optional)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have just cross check it with UX and the first screenshot is the desired one, so merging ;-) Thanks!

gtorodelvalle added a commit that referenced this pull request May 6, 2014
Bug 991062 - Call log: Take out filters while in edit mode
@gtorodelvalle gtorodelvalle merged commit 8983311 into mozilla-b2g:master May 6, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
3 participants