Closed Bug 651326 Opened 13 years ago Closed 12 years ago

In the new identity block design, right border should be removed when active

Categories

(Firefox :: Theme, defect)

6 Branch
defect
Not set
normal

Tracking

()

RESOLVED WONTFIX

People

(Reporter: illusionmist62442, Unassigned)

References

Details

User-Agent:       Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:6.0a1) Gecko/20110419 Firefox/6.0a1
Build Identifier: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:6.0a1) Gecko/20110419 Firefox/6.0a1

Right now the border persists in active and open state, giving the margin a fuzzy look.
We should remove the right border like it was done in bug 544816, for example like this:

#identity-box:active:hover, #identity-box[open="true"] {
  border-right: none;
  // And do something here to fix the padding accordingly.
}

Reproducible: Always
OS: Mac OS X → All
Hardware: x86 → All
Version: unspecified → Trunk
Blocks: 634065
We've moved to a new identity UI in bug 742419 and this problem doesn't occur anymore. These changes will be released as part of Firefox 14.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
Version: Trunk → 6 Branch
You need to log in before you can comment on or make changes to this bug.