Actions
Bug #8520
closedSafari transparent issue with tab navigation more button
Description
Safari renders transparent keyword differently from other browsers. The result is it's not an alpha shift from white, but from black. This causes a strange dark transparency layer. Switch transparent keyword to raw rgba value.
Updated by krileon over 3 years ago
Specifically replace transparent with rgba(255, 255, 255, 0). This only impacts the usage of gradients.
Updated by krileon over 3 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !1669
Actions