-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Closed
Copy link
Description
Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
- CLI: latest (6.3.3)
- Cross-platform modules: latest (6.3.0) and next (^6.3.0-next-2020-01-30-213549-03)
- Android Runtime: 6.3.0
- iOS Runtime: n/a
Describe the bug
When sty
To Reproduce
- Use this app (template with tab navigation)
- Observe the CSS files for Android
- Press on any tab - as a result, the label will disappear.
Expected behavior
The label doesn't disappear when an :active CSS class is used for the TabStripItem
Sample project
https://github.com/NickIliev/NS-Issues-2020/tree/master/others/t-1452319
Additional context
The issue is not present if we remove the :active state CSS class.
Reported via t.1452320
Reactions are currently unavailable