-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathosnova-underside.css
110 lines (89 loc) · 2.06 KB
/
osnova-underside.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
.thesis__spy_button.thesis__attach_something {
color: #1F1F3B;
}
.thesis__spy_button.thesis__attach_something:hover {
color: var(--primary-color);
}
.thesis__spy_button.thesis__attach_something .material-icons {
display: block;
position: relative;
margin: 9px 8px 7px;
font-size: 18px;
height: 18px;
line-height: 18px;
}
.thesis__spy_button.thesis__attach_something.is-encrypted .material-icons {
margin: 7px 8px;
font-size: 22px;
height: 22px;
line-height: 22px;
}
.thesis__spy_button.thesis__attach_something .material-icons.material-icons--hidden {
display: none;
visibility: hidden;
opacity: 0;
}
.thesis__spy_button.thesis__attach_something {
user-select: none;
-ms-user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
}
.comment-unspy-button {
width: 16px;
min-width: 16px;
max-width: 16px;
height: 20px;
padding: 2px 0;
font-size: 16px;
line-height: 16px;
color: #888888;
border: none;
outline: none;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
user-select: none;
-ms-user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
transition: color 300ms ease-in-out 0s;
}
.comments__item__self > .comment-unspy-button {
display: inline-block;
width: 16px;
height: 14px;
margin-right: 15px;
order: 2;
}
.comment__footer > .comment-unspy-button {
display: inline-block;
width: 16px;
height: 16px;
margin-left: 15px;
}
.comment-unspy-button .material-icons {
font-size: 16px;
line-height: 16px;
color: #888888;
position: absolute;
transition: opacity 300ms ease-in-out 0s;
}
.comment-unspy-button .material-icons:first-of-type {
opacity: 1;
}
.comment-unspy-button .material-icons:last-of-type {
opacity: 0;
}
.comment-unspy-button.is-active,
.comment-unspy-button.is-active .material-icons {
color: var(--primary-color);
}
.comment-unspy-button.is-active .material-icons:first-of-type {
opacity: 0;
}
.comment-unspy-button.is-active .material-icons:last-of-type {
opacity: 1;
}
/* .comment.s42-underside-active > .comment__space > .comment__self .comment__copy-link {
opacity: 1;
} */