hyper/lib/components
Stefan Ivic ed282560fb [UI] Make scrollbar look the same on all platforms (#1442)
* [UI] Make scrollbar look the same on all platforms

Linux suffers from the same issue as other platforms where the scrollbar is that ugly electron style. 
This commit will fix this and make it look the same on all platforms and cut down code.

* linter : Use const instead of let

* naming : make the constant easy to understand

The previous code used a variable to define code specific to the os. 
Since we combined the code for all platforms it is not required anymore, so I changed the name to be more understandable to the person reading the code.

* [UI] Make scrollbar look the same on all platforms

Linux suffers from the same issue as other platforms where the scrollbar is that ugly electron style. 
This commit will fix this and make it look the same on all platforms and cut down code.

* linter : Use const instead of let

* naming : make the constant easy to understand

The previous code used a variable to define code specific to the os. 
Since we combined the code for all platforms it is not required anymore, so I changed the name to be more understandable to the person reading the code.
2017-01-27 23:16:41 -02:00
..
header.js Windows titlebar improvements (#1307) 2017-01-10 21:45:49 -08:00
notification.js added corner radius to component/notification.js (#889) 2016-12-12 22:38:19 +01:00
notifications.js api updates 2016-10-06 08:28:43 -07:00
split-pane.js Fix xo 0.17 errors and use root xo config for app (#859) 2016-10-12 20:35:44 -05:00
tab.js Add Windows support and first-class Linux support (#946) 2016-11-11 15:18:04 -02:00
tabs.js 20% faster bootup time (#1350) 2017-01-09 13:32:15 -08:00
term-group.js Add an active class on current session panel (#905) 2016-11-19 18:05:48 -02:00
term.js [UI] Make scrollbar look the same on all platforms (#1442) 2017-01-27 23:16:41 -02:00
terms.js Add an active class on current session panel (#905) 2016-11-19 18:05:48 -02:00