]> source.dussan.org Git - sonarqube.git/blob
d6d044ecf9ddcc56616872ef8b3020c097842980
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly and stop event propagation 1`] = `
4 .emotion-0 {
5   color: var(--color);
6   border-bottom: var(--border);
7   font-weight: 600;
8   text-decoration-line: none;
9   --color: rgb(93,108,208);
10   --active: rgb(75,86,187);
11   --border: 1px solid rgb(159,169,237);
12   --borderActive: 1px solid rgb(159,169,237);
13 }
14
15 .emotion-0:visited {
16   color: var(--color);
17 }
18
19 .emotion-0:hover,
20 .emotion-0:focus,
21 .emotion-0:active {
22   color: var(--active);
23   border-bottom: var(--borderActive);
24 }
25
26 .emotion-0:hover .emotion-10,
27 .emotion-0:focus .emotion-10,
28 .emotion-0:active .emotion-10 {
29   color: rgb(123,135,217);
30 }
31
32 .emotion-0>svg {
33   vertical-align: text-bottom!important;
34 }
35
36 .e1vbniy50 .emotion-0 {
37   --color: rgb(189,198,255);
38   --active: rgb(209,215,254);
39   --border: 1px solid rgb(159,169,237);
40   --borderActive: 1px solid rgb(159,169,237);
41 }
42
43 .emotion-2 {
44   color: rgb(159,169,237);
45 }
46
47 <div>
48   <div
49     class="sw-body-sm sw-w-[190px]"
50   >
51     <p>
52       indexation.page_unavailable.description
53        
54       indexation.filter_unavailable.description
55     </p>
56     <hr
57       class="sw-mx-0 sw-my-3 sw-p-0 sw-w-full"
58     />
59     <span
60       class="sw-body-sm-highlight"
61     >
62       indexation.learn_more
63     </span>
64     <a
65       class="sw-ml-1 emotion-0 emotion-1"
66       href="https://docs.sonarsource.com/sonarqube/latest/instance-administration/reindexing/"
67       rel="noopener noreferrer"
68       target="_blank"
69     >
70       indexation.reindexing
71       <svg
72         aria-hidden="true"
73         class="sw-ml-1 emotion-2 emotion-10"
74         fill="currentColor"
75         focusable="false"
76         height="16"
77         role="img"
78         style="display: inline-block; user-select: none; vertical-align: middle; overflow: visible;"
79         viewBox="0 0 16 16"
80         width="16"
81       >
82         <path
83           d="M3.75 2h3.5a.75.75 0 0 1 0 1.5h-3.5a.25.25 0 0 0-.25.25v8.5c0 .138.112.25.25.25h8.5a.25.25 0 0 0 .25-.25v-3.5a.75.75 0 0 1 1.5 0v3.5A1.75 1.75 0 0 1 12.25 14h-8.5A1.75 1.75 0 0 1 2 12.25v-8.5C2 2.784 2.784 2 3.75 2Zm6.854-1h4.146a.25.25 0 0 1 .25.25v4.146a.25.25 0 0 1-.427.177L13.03 4.03 9.28 7.78a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042l3.75-3.75-1.543-1.543A.25.25 0 0 1 10.604 1Z"
84         />
85       </svg>
86     </a>
87   </div>
88 </div>
89 `;