aboutsummaryrefslogtreecommitdiff
path: root/src/dash-button.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/dash-button.vala')
-rw-r--r--src/dash-button.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dash-button.vala b/src/dash-button.vala
index 5a486f7..4554dc2 100644
--- a/src/dash-button.vala
+++ b/src/dash-button.vala
@@ -68,7 +68,7 @@ public class DashButton : FlatButton, Fadable
{
var style = new Gtk.CssProvider ();
style.load_from_data ("* {padding: 6px 8px 6px 8px;
- -GtkWidget-focus-line-width: 0px;
+ outline-width: 0px;
}", -1);
this.get_style_context ().add_provider (style, Gtk.STYLE_PROVIDER_PRIORITY_APPLICATION);
}