mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Use button mixin properly in panels
This commit is contained in:
@@ -61,6 +61,6 @@
|
||||
@hover: lighten(@button-background-color-hover, 10%);
|
||||
@selected: lighten(@button-background-color-selected, 10%);
|
||||
@text: lighten(@text-color, 10%);
|
||||
.btn-background(@bg, @hover, @selected, @text);
|
||||
.btn-background(@bg, @hover, @selected, @button-border-color, @text, @text);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user