repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Implement OCSP stapling in Windows BoringSSL port.
[chromium-blink-merge.git]
/
third_party
/
polymer
/
components-chromium
/
core-animated-pages
/
core-animated-pages.css
blob
9a41b540374f421a887d1dba90214df7a4151fef
1
:
host
{
2
display
:
block
;
3
position
:
relative
;
4
}
5
6
polyfill-next-selector
{
content
:
':host > *'
; }
7
::
content
> * {
8
position
:
absolute
;
9
top
:
0
;
10
right
:
0
;
11
bottom
:
0
;
12
left
:
0
;
13
}
14
15
polyfill-next-selector
{
content
:
':host > *:not(.core-selected):not([animate])'
; }
16
::
content
> *:
not
(.
core-selected
):
not
([
animate
]) {
17
display
:
none
!
important
;
18
}