Skip to content
Snippets Groups Projects
Commit 9af1f9d1 authored by Pierre-Jean CHANCELLIER's avatar Pierre-Jean CHANCELLIER
Browse files

v2.1.0

parent 5461d464
No related branches found
No related tags found
No related merge requests found
......@@ -157,3 +157,11 @@ a:hover {
.icon {
width: 1.3rem;
}
.help {
cursor: help;
}
.pointer {
cursor: pointer;
}
<template>
<span
class="d-inline-block"
class="d-inline-block help"
:class="classBadge"
:title="title"
style="cursor: help"
v-if="!['NEWCOMER', 'REVOKED'].includes(memberStatus)"
><solid-shield-check-icon
v-if="$options.filters.dateStatus(limitDate) == 'success'" />
......
<template>
<div class="btn-sort px-2" tabindex="0" :title="$t('tri.action')">
<div class="btn-sort pointer px-2" tabindex="0" :title="$t('tri.action')">
<span class="text-truncate">{{ title }}</span>
<solid-sort-ascending-icon
aria-hidden="true"
......@@ -44,7 +44,6 @@ export default {
justify-content: center;
align-items: center;
min-height: 50px;
cursor: pointer;
background: var(--bg-secondary-color);
color: var(--txt-secondary-color);
......
......@@ -7,7 +7,7 @@
class="switch-checkbox" />
<label
for="checkbox"
class="switch-label d-flex align-items-center justify-content-between position-relative mb-0 form-control"
class="switch-label pointer d-flex align-items-center justify-content-between position-relative mb-0 form-control"
tabindex="0">
<span class="visually-hidden">
{{
......@@ -72,7 +72,6 @@ export default {
--element-size: 4rem;
background: var(--txt-primary-color);
border-radius: var(--element-size);
cursor: pointer;
font-size: calc(var(--element-size) * 0.3);
height: calc(var(--element-size) * 0.35);
padding: calc(var(--element-size) * 0.1);
......
<template>
<tr v-tooltip="{ title: tooltip, placement: 'right' }">
<tr class="help" v-tooltip="{ title: tooltip, placement: 'right' }">
<th scope="row" class="fw-normal">{{ title }}&nbsp;:</th>
<td :class="classClor">
<slot></slot>
......@@ -24,7 +24,6 @@ export default {
tr {
display: flex;
flex-direction: column;
cursor: default;
user-select: none;
}
......
{
"name": "wotwizard-ui",
"version": "2.0.0",
"version": "2.1.0",
"private": true,
"scripts": {
"dev": "nuxt",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment