Skip to content

Commit a5dedd1

Browse files
authored
Remove openhandler overrides (#1723)
1 parent 11eebec commit a5dedd1

File tree

1 file changed

+0
-53
lines changed

1 file changed

+0
-53
lines changed

src/Resources/laravel-debugbar.css

Lines changed: 0 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -106,59 +106,6 @@ div.phpdebugbar-openhandler .phpdebugbar-openhandler-actions input {
106106
height: 24px;
107107
}
108108

109-
div.phpdebugbar-openhandler table {
110-
margin: 15px 0px 10px;
111-
table-layout: auto;
112-
border-collapse: collapse;
113-
width: 100%;
114-
}
115-
116-
div.phpdebugbar-openhandler table td,
117-
div.phpdebugbar-openhandler table th {
118-
width: auto!important;
119-
text-align: left;
120-
border: 0px solid var(--debugbar-border);
121-
padding: 2px 8px;
122-
font-size: 14px;
123-
}
124-
125-
div.phpdebugbar-openhandler table th {
126-
font-size: 12px;
127-
text-transform: uppercase;
128-
padding: 5px 8px;
129-
}
130-
131-
div.phpdebugbar-openhandler table th,
132-
div.phpdebugbar-openhandler table tr:nth-child(2n) {
133-
background-color: var(--debugbar-background-alt);
134-
}
135-
136-
div.phpdebugbar-openhandler table th:nth-child(1), div.phpdebugbar-openhandler table td:nth-child(1), /* Date */
137-
div.phpdebugbar-openhandler table th:nth-child(2), div.phpdebugbar-openhandler table td:nth-child(2), /* Method */
138-
div.phpdebugbar-openhandler table th:nth-child(4), div.phpdebugbar-openhandler table td:nth-child(4), /* IP */
139-
div.phpdebugbar-openhandler table th:nth-child(5), div.phpdebugbar-openhandler table td:nth-child(5) { /* Filter */
140-
width: 5%!important;
141-
white-space: nowrap;
142-
}
143-
144-
div.phpdebugbar-openhandler table th:nth-child(2), div.phpdebugbar-openhandler table td:nth-child(2), /* Method */
145-
div.phpdebugbar-openhandler table th:nth-child(4), div.phpdebugbar-openhandler table td:nth-child(4), /* IP */
146-
div.phpdebugbar-openhandler table th:nth-child(5), div.phpdebugbar-openhandler table td:nth-child(5) { /* Filter */
147-
text-align: center;
148-
}
149-
150-
div.phpdebugbar-openhandler table th:nth-child(3) { /* URL */
151-
width: calc(100vw - 100% - 196px)!important;
152-
}
153-
154-
div.phpdebugbar-openhandler table td a {
155-
display: block;
156-
white-space: nowrap;
157-
overflow: hidden;
158-
text-overflow: ellipsis;
159-
cursor: pointer;
160-
}
161-
162109
div.phpdebugbar-resize-handle {
163110
display: block!important;
164111
height: 3px;

0 commit comments

Comments
 (0)