generated from mattermost/mattermost-plugin-starter-template
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix channel header icon highlight (#115)
* Add new css to channel header icon * Remove important tag to hide css in dropdown * Rename todo channel header icon css class
- Loading branch information
1 parent
6cce8b3
commit b2a69b7
Showing
2 changed files
with
16 additions
and
3 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
webapp/src/components/channel_header_button/channel_header_button.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
.todo-plugin-icon { | ||
&:active, | ||
&--active, | ||
&--active:hover { | ||
fill: var(--button-bg); | ||
color: var(--button-bg); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters