File tree 1 file changed +20
-1
lines changed
1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,6 @@ does not float with it.
204
204
*/
205
205
.sphx-glr-thumbcontainer p .caption : hover > a .headerlink {
206
206
visibility : hidden;
207
-
208
207
}
209
208
210
209
/* slightly reduce horizontal margin compared to gallery.css to
@@ -218,6 +217,26 @@ does not float with it.
218
217
padding : 0 ;
219
218
}
220
219
220
+ /* hide note linking to the download section at the bottom of galleries
221
+ * as suggested in https://github.com/sphinx-gallery/sphinx-gallery/issues/760
222
+ */
223
+ div .sphx-glr-download-link-note {
224
+ height : 0px ;
225
+ visibility : hidden;
226
+ }
227
+
228
+ /* re-style the download button */
229
+ div .sphx-glr-download a {
230
+ background-color : # E3F0F6 ;
231
+ background-image : none;
232
+ color : # 11557c ;
233
+ border : 0 ;
234
+ }
235
+
236
+ div .sphx-glr-download a : hover {
237
+ background-color : # BCD4DF ;
238
+ }
239
+
221
240
table .property-table th ,
222
241
table .property-table td {
223
242
padding : 4px 10px ;
You can’t perform that action at this time.
0 commit comments