Adwaita.css: Remove custom development styling

GTK now includes it's own styling for development versions,
so Nautilus doesn't need to include it's own.
This commit is contained in:
Christopher Davis 2019-01-08 15:30:52 -05:00 committed by Carlos Soriano
parent 46db007622
commit 5369a3d7f1

View file

@ -4,13 +4,6 @@
background: @theme_base_color;
}
.nautilus-window.devel headerbar {
background: linear-gradient(to left, #a5b1bd 0%, #a5b1bd 8%, @theme_bg_color 25%);
box-shadow: inset 0 1px #f1f3f5;
border-color: #909fae;
color: rgba(46, 52, 54, 0.2);
}
.nautilus-canvas-item {
border-radius: 5px;
}