forked from Kholid060/inspect-css
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
35 lines (29 loc) · 645 Bytes
/
style.css
File metadata and controls
35 lines (29 loc) · 645 Bytes
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
@import "../base/fonts.css";
body.is-screenshotting .inspect-css {
display: none;
}
body.is-screenshotting .hover-element,
body.is-screenshotting [active-element],
body.is-screenshotting .display-grid * {
outline: none !important;
}
.inspect-css {
z-index: 99999;
position: relative;
}
body.is-screenshotting [is-sticky] {
position: relative !important;
}
.hide-fixed [is-fixed] {
visibility: hidden !important;
opacity: 0 !important;
}
.hover-element {
outline: 1px solid #f56565 !important;
}
.display-grid * {
outline: 1px solid rgba(245, 101, 101, 0.2);
}
[active-element] {
outline: 1px solid #4299e1 !important;
}