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 #14794 from jmcanterafonseca/fix_import_click
Browse files Browse the repository at this point in the history
Bug 946796 - Import list only honors the :active state the first time a ...
  • Loading branch information
jmcanterafonseca committed Dec 18, 2013
2 parents 983d0be + 40c2a18 commit 53ef11f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/communications/contacts/import.html
Expand Up @@ -149,7 +149,7 @@ <h1>Service</h1>
</p>
</form>
<section id="groups-list-search">
<ol id="search-list" class="selecting" data-type="list">
<ol id="search-list" class="selecting active" data-type="list">
</ol>
</section>

Expand Down
9 changes: 5 additions & 4 deletions apps/communications/contacts/style/import.css
Expand Up @@ -34,15 +34,16 @@ form[role="dialog"].no-overlay button {
right: 0;
}

[data-type="list"].import-list.active li:hover:after {
background: none;
}

#groups-list.import-list li,
.facebook #search-list[data-type="list"] li {
padding-left: 4rem;
}

#groups-list.active li:not(:active):after,
#search-list.active li:not(:active):after {
display: none !important;
}

/* End BB */

.view {
Expand Down

0 comments on commit 53ef11f

Please sign in to comment.