style entry-tags
authorJakub Steiner <jimmac@gmail.com>
Thu, 13 Apr 2017 17:38:53 +0000 (19:38 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 8 May 2017 21:55:29 +0000 (17:55 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=781214

gtk/theme/Adwaita/_common.scss

index afae24a8bf40421a9a5cc248ec537d9798063b79..17ba5cb5fe3e4731a7f72747961597a9e39fe10e 100644 (file)
@@ -427,6 +427,17 @@ treeview entry {
   }
 }
 
+.entry-tag {
+  @include button(undecorated);
+  background-color: darken($base_color,10%);
+  &:hover { background-color: $base_color; }
+  
+  .button {
+    @include button(undecorated);
+    background-color: transparent;
+  }
+}
 
 /***********
  * Buttons *