Tab List: Fix active tab color on iOS (#1261)

This commit is contained in:
Alexander Zinchuk 2021-07-14 14:12:59 +03:00
parent 6e8676161d
commit b46ef9916f

View File

@ -19,7 +19,6 @@
}
&.active {
pointer-events: none;
cursor: default;
color: var(--color-primary);