Adwaita: Drop app-specific css

This commit is contained in:
Matthias Clasen
2014-06-13 12:44:59 -04:00
parent 45cb7fc1e9
commit e2aa229f1a
3 changed files with 0 additions and 12 deletions

View File

@@ -1,9 +0,0 @@
/*
* Gedit
*/
.gedit-search-slider {
border-radius: 0 0 6px 6px;
background-color: $bg_color;
padding: 6px;
}

View File

@@ -3,4 +3,3 @@ $variant: 'dark';
@import 'colors';
@import 'drawing';
@import 'common';
@import 'apps';

View File

@@ -12,5 +12,3 @@ $variant: 'light';
@import 'drawing';
// actual widget styling
@import 'common';
// app overrides. Want this shipped with apps eventually
@import 'apps';