File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed
src/renderer/components/top-nav Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -95,11 +95,11 @@ export default defineComponent({
95
95
} ,
96
96
97
97
forwardText : function ( ) {
98
- return this . $t ( 'Forward ' )
98
+ return this . $t ( 'Click to go forward, right-click or hold to see history ' )
99
99
} ,
100
100
101
101
backwardText : function ( ) {
102
- return this . $t ( 'Back ' )
102
+ return this . $t ( 'Click to go back, right-click or hold to see history ' )
103
103
} ,
104
104
105
105
newWindowText : function ( ) {
Original file line number Diff line number Diff line change 53
53
54
54
.arrowDisabled :deep(.iconButton ) {
55
55
color : #808080 ;
56
+ background-color : inherit ;
56
57
opacity : 0.5 ;
57
- pointer-events : none ;
58
+ pointer-events : auto ;
59
+ cursor : default ;
58
60
user-select : none ;
59
61
}
60
62
61
- .navIcon , :deep(.iconButton ) {
63
+ .navIcon , :deep(.ftIconButton :not ( .arrowDisabled ) . iconButton ) {
62
64
border-radius : 50% ;
63
65
color : var (--primary-text-color );
64
66
cursor : pointer ;
82
84
}
83
85
}
84
86
85
- .topNavBarColor .navIcon , .topNavBarColor :deep(.iconButton ) {
87
+ .topNavBarColor .navIcon , .topNavBarColor :deep(.ftIconButton :not ( .arrowDisabled ) . iconButton ) {
86
88
& :hover {
87
89
background-color : var (--primary-color-hover );
88
90
}
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ Toggle fullscreen: Toggle fullscreen
27
27
Window : Window
28
28
Minimize : Minimize
29
29
Close : Close
30
- Back : Back
31
- Forward : Forward
30
+ Click to go back, right-click or hold to see history : Click to go back, right-click or hold to see history
31
+ Click to go forward, right-click or hold to see history : Click to go forward, right-click or hold to see history
32
32
Open New Window : Open New Window
33
33
Go to page : Go to {page}
34
34
Close Banner : Close Banner
You can’t perform that action at this time.
0 commit comments