File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 43
43
.wrapper-xblock .header-actions .actions-list .action-item .action-button {
44
44
@extend %button-styles ;
45
45
46
- color : $black ;
46
+ color : $primary ;
47
47
48
48
.fa-ellipsis-v {
49
49
font-size : $base-font-size ;
50
50
}
51
51
52
52
& :hover {
53
53
background-color : $primary ;
54
+ color : $white ;
54
55
border-color : $transparent ;
55
56
}
56
57
373
374
}
374
375
}
375
376
377
+ .library-sync-button {
378
+ .action-button-text {
379
+ display : none ;
380
+ }
381
+ }
382
+
376
383
.action-edit {
377
384
.action-button-text {
378
385
display : none ;
Original file line number Diff line number Diff line change 143
143
data-tooltip ="${_( "Update available - click to sync ")}"
144
144
>
145
145
< span class ="icon fa fa-refresh " aria-hidden ="true "> </ span >
146
- < span > ${_("Update available")}</ span >
146
+ < span class =" action-button-text " > ${_("Update available")}</ span >
147
147
</ button >
148
148
</ li >
149
149
% endif
You can’t perform that action at this time.
0 commit comments