Bug #4678
Rounded corners styling should work for IE
| Status: | Accepted | Start date: | 09/01/2010 | |
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | - | |||
| Target version: | - | |||
| Keywords: | Affected URL: | |||
| Branch: | Affected Dashboard version: | |||
| Votes: | 0 |
Description
Currently the application.scss has a roundify SASS mixin that offers rounded corners for Gecko (e.g. Firefox), WebKit (e.g. Safari & Chrome) and HTML5-compliant browsers.
Desired behavior is to improve the roundify mixin to provide IE-specific styling rules to activate the rounded corners.
History
Updated by Nigel Kersten over 1 year ago
- Target version changed from 1.0.5 to 1.1.0
Updated by James Turnbull 10 months ago
- Target version deleted (
1.1.0)
Updated by Daniel Sauble about 1 month ago
- Assignee set to Daniel Sauble
- Priority changed from Normal to Low
Rounded corners work on IE9. I’ll do some investigation to see if it’s worthwhile extending them to IE8.