Skip to content

Commit 4bc20e8

Browse files
committed
Remove unused .ci-action from toolbar styles
1 parent ea5ab8d commit 4bc20e8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

system/Debug/Toolbar/Views/toolbar.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@
146146
color: rgba(0, 0, 0, 0.3);
147147
}
148148

149-
#debug-bar .ci-action,
150149
#debug-bar .ci-label {
151150
border-radius: 0.25em;
152151
text-shadow: none;
@@ -155,21 +154,18 @@
155154
margin-left: 0.4em;
156155
}
157156

158-
#debug-bar .ci-action:hover,
159157
#debug-bar .ci-label:hover {
160158
background-color: #eaeaea;
161159
cursor: pointer;
162160
}
163161

164-
#debug-bar .ci-action a,
165162
#debug-bar .ci-label a {
166163
display: block;
167164
width: 100%;
168165
color: inherit;
169166
text-decoration: none;
170167
}
171168

172-
#debug-bar .ci-action.active,
173169
#debug-bar .ci-label.active {
174170
background-color: #ccc;
175171
border-color: #bbb;

0 commit comments

Comments
 (0)