Skip to content

Commit

Permalink
fix: TabsItem secondary rm opacity (#6809)
Browse files Browse the repository at this point in the history
- Fixes #6808
  • Loading branch information
SevereCloud authored Apr 10, 2024
1 parent 2bbd5ea commit 7f85747
Show file tree
Hide file tree
Showing 16 changed files with 30 additions and 39 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 0 additions & 9 deletions packages/vkui/src/components/TabsItem/TabsItem.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,6 @@
.TabsItem--selected.TabsItem--mode-accent .TabsItem__before {
color: var(--vkui--color_icon_accent_themed);
}

.TabsItem--selected.TabsItem--mode-secondary .TabsItem__before {
opacity: 0.72;
}

/* Элемент */
.TabsItem__label {
max-inline-size: 100%;
Expand All @@ -138,10 +133,6 @@
color: var(--vkui--color_text_accent_themed);
}

.TabsItem--selected.TabsItem--mode-secondary .TabsItem__label {
opacity: 0.72;
}

/* Элемент */
.TabsItem__status {
margin-inline-start: 6px;
Expand Down

0 comments on commit 7f85747

Please sign in to comment.