inspector: Remove list header style
authorAlexander Mikhaylenko <alexm@gnome.org>
Sat, 23 Oct 2021 21:51:07 +0000 (02:51 +0500)
committerAlexander Mikhaylenko <alexm@gnome.org>
Sat, 23 Oct 2021 21:51:07 +0000 (02:51 +0500)
The one from the theme works just fine.

gtk/inspector/inspector.css

index ba14df0ed32dfe471a20807ed669d8687ccd7220..59f6445e4ac1408793a18d8a9289734610e89545 100644 (file)
@@ -1,31 +1,5 @@
 /* some style for the inspector */
 
-.list header {
-  background: white;
-  border: 1px solid lightgray;
-}
-
-.list header button {
-  background: none;
-}
-
-.list header button.dnd {
-  background: gray;
-}
-
-.list header>* {
-  padding: 2px;
-  font-weight: bold;
-}
-
-.list header sort_indicator {
-  min-width: 16px;
-}
-
-.list header>*:not(:last-child) {
-  border-right: 1px solid lightgray;
-}
-
 .list .cell {
   font-size: smaller;
   padding: 0 2px;