-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Closed
Labels
package: core@ionic/core package@ionic/core packagetype: feature requesta new feature, enhancement, or improvementa new feature, enhancement, or improvement
Description
Bug Report
Ionic version:
[x] 4.2.1
Current behavior:
When hovering over ion-button
s that are clear or outlined, the button always looks very light and washed out, way more than expected.
Expected behavior:
The color should be easier to see.
Steps to reproduce:
- Put a button on a page.
- Set its fill to outline or clear.
- Hover over it.
- The hover color should be about a 40% transparency, but it is a 4% transparency.
Related code:
<ion-button fill="clear">Hover over me</ion-button>
<ion-button fill="outline">Hover over me</ion-button>
Other information:
I will submit a PR to fix this. It just seems to be a typo, really.
Ionic info:
Ionic:
ionic (Ionic CLI) : 4.12.0 (C:\Users\Bryan\AppData\Roaming\npm\node_modules\ionic)
Ionic Framework : @ionic/angular 4.2.0
@angular-devkit/build-angular : 0.12.4
@angular-devkit/schematics : 7.3.7
@angular/cli : 7.3.7
@ionic/angular-toolkit : 1.5.0
System:
NodeJS : v8.11.3 (C:\Program Files\nodejs\node.exe)
npm : 6.9.0
OS : Windows 10
Metadata
Metadata
Assignees
Labels
package: core@ionic/core package@ionic/core packagetype: feature requesta new feature, enhancement, or improvementa new feature, enhancement, or improvement