Closed Bug 391445 Opened 17 years ago Closed 17 years ago

Unsightly border around clicked tabs

Categories

(Other Applications Graveyard :: QA Companion, defect)

PowerPC
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: zach, Assigned: bhsieh)

Details

Attachments

(1 file)

With the new skin work (thanks for that Zak!), there's a somewhat ugly border around the text after you click on a tab. We should make that go away...
Yeah, that was there since the beginning.  I spoke with Ben about it after trying a few things that didnt work.  I'm assuming it's either in constant "focus" or "active" state... something that can be fixed with blur()? 
This is actually a one-line fix that our line-ending crap is making difficult. If you want you could just insert 

 tab:focus > .tab-middle {
  outline: 1px none invert !important; 
}

somewhere in the /* Tabs */ section of qa.css.
Assignee: zach → bhsieh
Status: NEW → ASSIGNED
Attachment #276150 - Flags: review?(zach)
Attachment #276150 - Flags: review?(zach) → review+
Checked in with explanatory comment
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Product: Webtools → Other Applications
Version: Trunk → unspecified
Product: Other Applications → Other Applications Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: