File tree Expand file tree Collapse file tree 2 files changed +3
-14
lines changed
apps/desktop/src/components Expand file tree Collapse file tree 2 files changed +3
-14
lines changed Original file line number Diff line number Diff line change 160
160
{/if }
161
161
<ContextMenuSection >
162
162
<ContextMenuItem
163
- icon =" text-wrap"
164
- label ={$rewrapCommitMessage ? ' Original' : ' Re-wrap' }
163
+ label ={$rewrapCommitMessage ? ' Show original wrapping' : ' Rewrap message' }
165
164
disabled ={commitInsertion .current .isLoading }
166
165
onclick ={() => {
167
166
rewrapCommitMessage .set (! $rewrapCommitMessage );
Original file line number Diff line number Diff line change 100
100
<button
101
101
onclick ={() => (expanded = ! expanded )}
102
102
type =" button"
103
- class =" readmore text-13 text-bold "
103
+ class =" readmore text-13 text-semibold "
104
104
>
105
105
{#if expanded }
106
106
less
147
147
148
148
.readmore {
149
149
display : inline ;
150
- background : var ( --clr-bg-1 ) ;
150
+ position : relative ;
151
151
text-decoration : underline dotted ;
152
-
153
- &::before {
154
- position: absolute ;
155
- top : 0 ;
156
- left : -20px ;
157
- width : 20px ;
158
- height : 100% ;
159
- background : linear-gradient (to right , transparent 0% , var (--clr-bg-1 ) 100% );
160
- content : ' ' ;
161
- }
162
152
}
163
153
</style >
You can’t perform that action at this time.
0 commit comments