Closed
Bug 1358677
Opened 8 years ago
Closed 5 years ago
One-off hover/mouseover borders should be full-height
Categories
(Firefox :: Address Bar, defect, P2)
Firefox
Address Bar
Tracking
()
RESOLVED
INVALID
Tracking | Status | |
---|---|---|
firefox55 | --- | affected |
People
(Reporter: adw, Unassigned)
References
Details
(Whiteboard: [fxsearch])
In Stephen's spec, when you mouse over a one-off, its left and right borders are changed so that they extend all the way from the top of the button to the bottom. http://people.mozilla.org/~shorlander/mockups-interactive/awesomebar-results/awesomeBar-results-tabOrdering.html
Updated•8 years ago
|
Priority: P1 → P2
Reporter | ||
Comment 1•8 years ago
|
||
Unassigning myself from non-P1 search bugs for now so I have more time for Photon bugs.
Assignee: adw → nobody
Status: ASSIGNED → NEW
Reporter | ||
Comment 2•7 years ago
|
||
#identity-box and #urlbar-display-box use this nice technique to show a border that doesn't extend all the way to the top and bottom:
> #urlbar-display-box {
> border-inline-end: 1px solid var(--urlbar-separator-color);
> border-image: linear-gradient(transparent 15%, var(--urlbar-separator-color) 15%, var(--urlbar-separator-color) 85%, transparent 85%);
> border-image-slice: 1;
> }
We should be able to replace the background image with this. The border-image and border-image-slice would only be applied on not(hover).
See also bug 1373990.
https://hg.mozilla.org/mozilla-central/annotate/a6a1f5c1d971dbee67ba6eec7ead7902351ddca2/browser/themes/shared/identity-block/identity-block.inc.css#l62
Reporter | ||
Updated•7 years ago
|
Comment 3•5 years ago
|
||
This probably doesn't apply to the new design.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•