ydb-embedded-ui 6.2.1 → 6.2.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -15,15 +15,16 @@
|
|
15
15
|
|
16
16
|
&__clipboard-button {
|
17
17
|
display: flex;
|
18
|
-
visibility: hidden;
|
19
18
|
flex-shrink: 0;
|
20
19
|
|
21
20
|
margin-left: 8px;
|
22
21
|
|
22
|
+
opacity: 0;
|
23
23
|
color: var(--g-color-text-secondary);
|
24
24
|
|
25
|
-
&_visible
|
26
|
-
|
25
|
+
&_visible,
|
26
|
+
&:focus-visible {
|
27
|
+
opacity: 1;
|
27
28
|
}
|
28
29
|
}
|
29
30
|
|