Skip to content

Commit 24df791

Browse files
authored
Remove unused a.button CSS (#1359)
No anchor tag includes the class "button". Slightly simplifies and reduces the CSS.
1 parent 11f60d7 commit 24df791

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

debug_toolbar/static/debug_toolbar/css/toolbar.css

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@
8383
transition: none;
8484
}
8585

86-
#djDebug button,
87-
#djDebug a.button {
86+
#djDebug button {
8887
background-color: #eee;
8988
background-image: linear-gradient(to bottom, #eee, #cccccc);
9089
border: 1px solid #ccc;
@@ -97,8 +96,7 @@
9796
text-shadow: 0 1px 0 #eee;
9897
}
9998

100-
#djDebug button:hover,
101-
#djDebug a.button:hover {
99+
#djDebug button:hover {
102100
background-color: #ddd;
103101
background-image: linear-gradient(to bottom, #ddd, #bbb);
104102
border-color: #bbb;
@@ -107,8 +105,7 @@
107105
text-shadow: 0 1px 0 #ddd;
108106
}
109107

110-
#djDebug button:active,
111-
#djDebug a.button:active {
108+
#djDebug button:active {
112109
border: 1px solid #aaa;
113110
border-bottom: 1px solid #888;
114111
box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;

0 commit comments

Comments
 (0)