@@ -1405,9 +1405,6 @@ a.subdued {
1405
1405
border-style : solid;
1406
1406
font-size : 16px ;
1407
1407
-webkit-transition : margin-left 0.2s ease-in-out, margin-right 0.2s ease-in-out, left 0.2s ease-in-out; }
1408
- .item .active , .ionic-pseudo .item : active {
1409
- background-color : # d9d9d9 ;
1410
- border-color : # cccccc ; }
1411
1408
.item h2 {
1412
1409
margin : 0 0 4px 0 ;
1413
1410
font-size : 16px ; }
@@ -1439,65 +1436,69 @@ a.subdued {
1439
1436
color : # 444444 ;
1440
1437
background-color : white;
1441
1438
border-color : # dddddd ; }
1442
- .item .item-light .active , .ionic-pseudo .item .item-light : active {
1443
- background-color : # fafafa ;
1444
- border-color : # cccccc ; }
1445
1439
.item .item-stable {
1446
1440
color : # 444444 ;
1447
1441
background-color : # f8f8f8 ;
1448
1442
border-color : # b2b2b2 ; }
1449
- .item .item-stable .active , .ionic-pseudo .item .item-stable : active {
1450
- background-color : # e5e5e5 ;
1451
- border-color : # a2a2a2 ; }
1452
1443
.item .item-positive {
1453
1444
color : white;
1454
1445
background-color : # 4a87ee ;
1455
1446
border-color : # 145dd7 ; }
1456
- .item .item-positive .active , .ionic-pseudo .item .item-positive : active {
1457
- background-color : # 145dd7 ;
1458
- border-color : # 145dd7 ; }
1459
1447
.item .item-calm {
1460
1448
color : white;
1461
1449
background-color : # 43cee6 ;
1462
1450
border-color : # 1aaac3 ; }
1463
- .item .item-calm .active , .ionic-pseudo .item .item-calm : active {
1464
- background-color : # 1aaac3 ;
1465
- border-color : # 1aaac3 ; }
1466
1451
.item .item-assertive {
1467
1452
color : white;
1468
1453
background-color : # ef4e3a ;
1469
1454
border-color : # cc2511 ; }
1470
- .item .item-assertive .active , .ionic-pseudo .item .item-assertive : active {
1471
- background-color : # cc2511 ;
1472
- border-color : # cc2511 ; }
1473
1455
.item .item-balanced {
1474
1456
color : white;
1475
1457
background-color : # 66cc33 ;
1476
1458
border-color : # 478f24 ; }
1477
- .item .item-balanced .active , .ionic-pseudo .item .item-balanced : active {
1478
- background-color : # 478f24 ;
1479
- border-color : # 478f24 ; }
1480
1459
.item .item-energized {
1481
1460
color : white;
1482
1461
background-color : # f0b840 ;
1483
1462
border-color : # d39511 ; }
1484
- .item .item-energized .active , .ionic-pseudo .item .item-energized : active {
1485
- background-color : # d39511 ;
1486
- border-color : # d39511 ; }
1487
1463
.item .item-royal {
1488
1464
color : white;
1489
1465
background-color : # 8a6de9 ;
1490
1466
border-color : # 552bdf ; }
1491
- .item .item-royal .active , .ionic-pseudo .item .item-royal : active {
1492
- background-color : # 552bdf ;
1493
- border-color : # 552bdf ; }
1494
1467
.item .item-dark {
1495
1468
color : white;
1496
1469
background-color : # 444444 ;
1497
1470
border-color : # 111111 ; }
1498
- .item .item-dark .active , .ionic-pseudo .item .item-dark : active {
1499
- background-color : # 262626 ;
1500
- border-color : black; }
1471
+
1472
+ a .item .active , .ionic-pseudo a .item : active , button .item .active , .ionic-pseudo button .item : active {
1473
+ background-color : # d9d9d9 ;
1474
+ border-color : # cccccc ; }
1475
+ a .item .item-light .active , .ionic-pseudo a .item .item-light : active , button .item .item-light .active , .ionic-pseudo button .item .item-light : active {
1476
+ background-color : # fafafa ;
1477
+ border-color : # cccccc ; }
1478
+ a .item .item-stable .active , .ionic-pseudo a .item .item-stable : active , button .item .item-stable .active , .ionic-pseudo button .item .item-stable : active {
1479
+ background-color : # e5e5e5 ;
1480
+ border-color : # a2a2a2 ; }
1481
+ a .item .item-positive .active , .ionic-pseudo a .item .item-positive : active , button .item .item-positive .active , .ionic-pseudo button .item .item-positive : active {
1482
+ background-color : # 145dd7 ;
1483
+ border-color : # 145dd7 ; }
1484
+ a .item .item-calm .active , .ionic-pseudo a .item .item-calm : active , button .item .item-calm .active , .ionic-pseudo button .item .item-calm : active {
1485
+ background-color : # 1aaac3 ;
1486
+ border-color : # 1aaac3 ; }
1487
+ a .item .item-assertive .active , .ionic-pseudo a .item .item-assertive : active , button .item .item-assertive .active , .ionic-pseudo button .item .item-assertive : active {
1488
+ background-color : # cc2511 ;
1489
+ border-color : # cc2511 ; }
1490
+ a .item .item-balanced .active , .ionic-pseudo a .item .item-balanced : active , button .item .item-balanced .active , .ionic-pseudo button .item .item-balanced : active {
1491
+ background-color : # 478f24 ;
1492
+ border-color : # 478f24 ; }
1493
+ a .item .item-energized .active , .ionic-pseudo a .item .item-energized : active , button .item .item-energized .active , .ionic-pseudo button .item .item-energized : active {
1494
+ background-color : # d39511 ;
1495
+ border-color : # d39511 ; }
1496
+ a .item .item-royal .active , .ionic-pseudo a .item .item-royal : active , button .item .item-royal .active , .ionic-pseudo button .item .item-royal : active {
1497
+ background-color : # 552bdf ;
1498
+ border-color : # 552bdf ; }
1499
+ a .item .item-dark .active , .ionic-pseudo a .item .item-dark : active , button .item .item-dark .active , .ionic-pseudo button .item .item-dark : active {
1500
+ background-color : # 262626 ;
1501
+ border-color : black; }
1501
1502
1502
1503
.item ,
1503
1504
.item h1 ,
0 commit comments