Skip to content

Commit 29b6919

Browse files
committed
Remove CSS replaced by sphinx-design
cf. matplotlib/matplotlib#23169
1 parent ef596cf commit 29b6919

File tree

1 file changed

+0
-42
lines changed

1 file changed

+0
-42
lines changed

mpl_sphinx_theme/static/css/style.css

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -45,29 +45,6 @@ html[data-theme="dark"] {
4545
font-size: 1.0em;
4646
}
4747

48-
49-
.mpl-button {
50-
background: #11557C;
51-
font-weight: normal;
52-
display: inline-block;
53-
padding: 0 1em;
54-
line-height: 2.8;
55-
font-size: 16px;
56-
text-align: center;
57-
cursor: pointer;
58-
color: #fff;
59-
text-decoration: none;
60-
border-radius: 6px;
61-
z-index: 1;
62-
transition: background .25s ease;
63-
}
64-
65-
.mpl-button:hover, .mpl-button:active, .mpl-button:focus {
66-
background: #003c63;
67-
outline-color: #003c63;
68-
}
69-
70-
7148
/* Hide red ¶ between the thumbnail and caption in gallery
7249
7350
Due the way that sphinx-gallery floats its captions the perma-link
@@ -97,22 +74,3 @@ table.property-table td {
9774
.sidebar-cheatsheets, .sidebar-donate {
9875
margin: 2.75rem 0;
9976
}
100-
101-
.sidebar-donate .mpl-button {
102-
/* fix width to width of cheatsheet */
103-
width: 210px;
104-
}
105-
106-
/* Two columns for install code blocks */
107-
div.twocol {
108-
padding-left: 0;
109-
padding-right: 0;
110-
display: flex;
111-
gap: 20px;
112-
}
113-
114-
div.twocol > div {
115-
flex-grow: 1;
116-
padding: 0;
117-
margin: 0;
118-
}

0 commit comments

Comments
 (0)