Adam Bradley
baa04cde4d
feat(active): Removing use of :active in favor of .active for more control of active state
...
Using the :active pseudo works fine for desktop, but mobile is a
completely different beast, especially with the quirks of each
platform. By intentionally not using any :active selectors and manually
adding/removing a .active class, it gives us a precise control on how
the active state works for ALL platforms. Additionally, this places
less selectors in the css, and reduces the possibility of unnecessary
repaints. Currently this method of using .active instead of :active is
being applied to .button and .item elements.
2014-03-15 01:12:56 -05:00
Adam Bradley
438f5fba58
fix(button): Correct vertical alignment of header right buttons, closes #704
2014-03-10 22:33:47 -05:00
Adam Bradley
7890057ca9
do not change opacity on active back button, causes flicker when fading out
2014-02-25 13:03:51 -06:00
Adam Bradley
72209f9e6e
translate3d updates for .view, .bar, .tabs
2014-02-19 10:09:23 -06:00
Adam Bradley
801d2d7b77
fix(header): Header icon button css fix for Safari, closes #576
2014-02-11 12:34:28 -06:00
Adam Bradley
2236cf1d3a
set .button-icon:before so .icon is not required, closes #475
2014-02-09 22:22:03 -06:00
Adam Bradley
7bd6363ea7
tweak header/button sizes, and ionicons update
2014-01-20 20:47:22 -06:00
Adam Bradley
8332a3d61b
change .bar .title to 44px line-height
2014-01-17 10:32:21 -06:00
Adam Bradley
fd331d9413
closes #339
2014-01-04 23:22:46 -06:00
Adam Bradley
aae39e64f5
z-index variables
2013-12-12 11:35:31 -06:00
Max Lynch
a705940581
Fixed #273 - android specific title sizes
2013-12-06 10:34:40 -06:00
Adam Bradley
5d85d922b9
.item-input-inset updates
2013-12-02 14:51:46 -06:00
Adam Bradley
db61d965c2
fix .bar .button-clear font-size
2013-12-02 14:38:04 -06:00
Adam Bradley
acc95033c9
.item-input-inset updates
2013-12-02 12:19:55 -06:00
Adam Bradley
7ad48c7d3e
header bar item-input-inset, closes #226
2013-11-30 22:44:57 -06:00
Adam Bradley
77e7ae7384
.bar line-height updates
2013-11-29 22:25:51 -06:00
Adam Bradley
67bb666e91
.bar.button-icon alignment updates
2013-11-29 22:00:11 -06:00
Adam Bradley
fc909e1612
reduce header title DOM read/writes
2013-11-27 11:49:19 -06:00
Adam Bradley
c38de498e9
use display-flex() mixin
2013-11-26 23:55:30 -06:00
Adam Bradley
9ca770c931
border: none for .bar in hi-res
2013-11-25 10:49:35 -06:00
Leslie Wu
1ab42a5dd9
Avoid white as button-clear text color for .bar-light and .bar-stable
2013-11-25 02:15:46 -08:00
Adam Bradley
6edfa82ae6
update vert alignment of button icon, closes #155
2013-11-17 21:20:53 -06:00
Adam Bradley
8fe868f4eb
no min-width in .bar .button
2013-11-17 20:22:20 -06:00
Adam Bradley
08372e7eaf
header border update
2013-11-13 11:38:54 -06:00
Adam Bradley
0f52edd1b4
Merge branch 'master' of https://github.com/driftyco/ionic
...
Conflicts:
scss/_variables.scss
2013-11-13 09:01:04 -06:00
Adam Bradley
2007774cdd
remove primary/secondary/tertiary colours
2013-11-13 08:53:31 -06:00
Max Lynch
7d4756eaef
Fixed #95 and #121
2013-11-12 16:34:51 -06:00
Adam Bradley
52436e45eb
bar stable fix
2013-11-12 13:51:41 -06:00
Adam Bradley
b3966d87e0
colour name changes
2013-11-12 13:40:29 -06:00
Adam Bradley
8a82dbe725
speling is hard, closes #123
2013-11-12 12:35:53 -06:00
Adam Bradley
cff2f307fb
mega color overhaul
2013-11-11 22:33:13 -06:00
Max Lynch
95c9a7c10f
Tweaked button bar styles
2013-11-09 12:30:38 -06:00
Adam Bradley
858d9172d1
scss formatting cleanup
2013-11-07 13:34:52 -06:00
Adam Bradley
e8aa4a859b
reorg scss folder, closes #92
2013-11-07 10:58:36 -06:00