mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
fix(tabs): hover states
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
#tabs .tab-button {
|
||||
color: #C7C7C7;
|
||||
}
|
||||
#tabs .tab-button[aria-selected="true"] {
|
||||
#tabs .tab-button[aria-selected=true] {
|
||||
color: #51E3C2;
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user