mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Tabs sink update
This commit is contained in:
@@ -134,9 +134,10 @@ button.tab-button {
|
||||
}
|
||||
|
||||
button.tab-button:hover {
|
||||
opacity: 0.6;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
button.tab-button[aria-selected="true"] {
|
||||
color: red;
|
||||
// Default color is primary
|
||||
color: get-color(primary, base);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user