Commit f995236
Before this change, when adding articles to a card template and focusing on the additional content, then hovering the mouse over that additional content, a display problem occurred. To fix this problem, regardless of the focused element within the card, the card's hover state must be disabled. In this case, we add the class , and it displays when the card is focused. We apply the hover style only if this class is not displayed. After this change, if the content is displayed due to focus, moving the mouse will not change its state unexpectedly.
(cherry picked from commit 5c7f59f)
1 parent 0201e6b commit f995236
File tree
2 files changed
+3
-2
lines changed- content-webapp/src/main/webapp
- skin/less
- vue-app/news-list-view/components/views
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1148 | 1148 | | |
1149 | 1149 | | |
1150 | 1150 | | |
1151 | | - | |
| 1151 | + | |
1152 | 1152 | | |
1153 | 1153 | | |
1154 | 1154 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
0 commit comments