Línea 209... |
Línea 209... |
209 |
});
|
209 |
});
|
Línea 210... |
Línea 210... |
210 |
|
210 |
|
Línea 211... |
Línea 211... |
211 |
});
|
211 |
});
|
212 |
|
212 |
|
213 |
$('body').on('mouseover', '.reaction-btn', function(e) {
|
213 |
$('body').on('mouseover', '.reaction-btn', function(e) {
|
Línea 214... |
Línea 214... |
214 |
$('.reactions-list').toggleClass('active');
|
214 |
$('.reactions').toggleClass('active');
|
215 |
});
|
215 |
});
|
Línea 259... |
Línea 259... |
259 |
<a href="<?php echo $link ?>" target="_blank"> LABEL_KNOWLEDGE_AREA_GO_TO_LINK </a>
|
259 |
<a href="<?php echo $link ?>" target="_blank"> LABEL_KNOWLEDGE_AREA_GO_TO_LINK </a>
|
260 |
<?php endif; ?>
|
260 |
<?php endif; ?>
|
261 |
</div>
|
261 |
</div>
|
262 |
<div class="position-relative">
|
262 |
<div class="position-relative">
|
263 |
<button class="btn reaction-btn" id="currentReaction"></button>
|
263 |
<button class="btn reaction-btn" id="currentReaction"></button>
|
264 |
<div class="reactions-list">
|
264 |
<div class="reactions">
|
265 |
<button class="btn-save-reaction" data-reaction="<?php echo ContentReaction::REACTION_RECOMMENDED ?>" title="Me gusta">
|
265 |
<button class="btn-save-reaction" data-reaction="<?php echo ContentReaction::REACTION_RECOMMENDED ?>" title="Me gusta">
|
266 |
<svg class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-vubbuv" focusable="false" aria-hidden="true" viewBox="0 0 24 24" data-testid="RecommendIcon" style="color: rgb(116, 5, 249);">
|
266 |
<svg class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-vubbuv" focusable="false" aria-hidden="true" viewBox="0 0 24 24" data-testid="RecommendIcon" style="color: rgb(116, 5, 249);">
|
267 |
<path d="M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm6 9.8a.9.9 0 0 1-.1.5l-2.1 4.9a1.34 1.34 0 0 1-1.3.8H9a2 2 0 0 1-2-2v-5a1.28 1.28 0 0 1 .4-1L12 5l.69.69a1.08 1.08 0 0 1 .3.7v.2L12.41 10H17a1 1 0 0 1 1 1z"></path>
|
267 |
<path d="M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm6 9.8a.9.9 0 0 1-.1.5l-2.1 4.9a1.34 1.34 0 0 1-1.3.8H9a2 2 0 0 1-2-2v-5a1.28 1.28 0 0 1 .4-1L12 5l.69.69a1.08 1.08 0 0 1 .3.7v.2L12.41 10H17a1 1 0 0 1 1 1z"></path>
|
268 |
</svg>
|
268 |
</svg>
|
269 |
</button>
|
269 |
</button>
|