Skip to content

Commit 0f1e78c

Browse files
committed
Fixes #2868, issue with grid animation after view source
1 parent 0793af8 commit 0f1e78c

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

server/files/stylesheets/docs.css

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1117,13 +1117,16 @@ blockquote .author {
11171117
}
11181118

11191119
/* Animation */
1120+
#example.animated .highlighted.example .html > .grid,
1121+
#example.animated .animated.example .html > .grid,
11201122
#example.animated .highlighted.example > .grid,
11211123
#example.animated .animated.example > .grid {
11221124
margin: -1rem auto;
11231125
-webkit-animation: grid 7s ease infinite;
11241126
-moz-animation: grid 7s ease infinite;
11251127
animation: grid 7s ease infinite;
11261128
}
1129+
#example.animated .negative.example .html > .grid,
11271130
#example.animated .negative.example > .grid {
11281131
-webkit-animation: none;
11291132
-moz-animation: none;
@@ -1936,13 +1939,6 @@ code .chunk {
19361939
#example .following.menu .menu .active.item {
19371940
font-weight: bold;
19381941
}
1939-
#example .following.menu .item .menu {
1940-
margin: 0em;
1941-
}
1942-
#example .following.menu .menu .item {
1943-
margin: 0em;
1944-
padding: 0.5rem 0.25rem;
1945-
}
19461942

19471943
/*******************************
19481944
Advert

0 commit comments

Comments
 (0)