| Summary: | [Hover] Quickfix buttons change height when hovered over causing a scrollbar to show | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Curtis Windatt <curtis.windatt.public> |
| Component: | Client | Assignee: | Curtis Windatt <curtis.windatt.public> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 8.0 | ||
| Target Milestone: | 9.0 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
| Bug Depends on: | |||
| Bug Blocks: | 468401 | ||
|
Description
Curtis Windatt
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=037197a94bb536ee7c766333d9de07d49d803afd Fixed in master Standard command buttons have a border. We removed the border to make it look more like a link. Hovering added a border causing the size change. For now I've added a border that matches the background of the tooltip. If I wanted to do the inverse, remove the border onFocus/onHover I would have to use !important or some other css trick to give the tooltip.css priority over theme.css. |