mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Toderp working , list item styles for active state
This commit is contained in:
89
dist/ionic.css
vendored
89
dist/ionic.css
vendored
@@ -1,4 +1,3 @@
|
||||
@charset "UTF-8";
|
||||
@font-face {
|
||||
font-family: 'ionicon-test';
|
||||
src: url("fonts/ionicon-test.eot");
|
||||
@@ -247,7 +246,7 @@ sub {
|
||||
fieldset {
|
||||
margin: 0 2px;
|
||||
padding: 0.35em 0.625em 0.75em;
|
||||
border: 1px solid silver; }
|
||||
border: 1px solid #c0c0c0; }
|
||||
|
||||
/**
|
||||
* 1. Correct `color` not being inherited in IE 8/9.
|
||||
@@ -1635,6 +1634,86 @@ address {
|
||||
z-index: 2; }
|
||||
.list-item.active .list-item-heading, .list-item.active:hover .list-item-heading, .list-item.active:focus .list-item-heading {
|
||||
color: inherit; }
|
||||
.list-item.list-item-default {
|
||||
/*
|
||||
color: $color;
|
||||
background-color: $bgColor;
|
||||
border-color: $borderColor;
|
||||
*/ }
|
||||
.list-item.list-item-default.active, .list-item.list-item-default:active {
|
||||
color: #333333;
|
||||
background-color: white;
|
||||
border-color: #333333; }
|
||||
.list-item.list-item-secondary {
|
||||
/*
|
||||
color: $color;
|
||||
background-color: $bgColor;
|
||||
border-color: $borderColor;
|
||||
*/ }
|
||||
.list-item.list-item-secondary.active, .list-item.list-item-secondary:active {
|
||||
color: #333333;
|
||||
background-color: white;
|
||||
border-color: #333333; }
|
||||
.list-item.list-item-primary {
|
||||
/*
|
||||
color: $color;
|
||||
background-color: $bgColor;
|
||||
border-color: $borderColor;
|
||||
*/ }
|
||||
.list-item.list-item-primary.active, .list-item.list-item-primary:active {
|
||||
color: white;
|
||||
background-color: #4a87ee;
|
||||
border-color: #333333; }
|
||||
.list-item.list-item-info {
|
||||
/*
|
||||
color: $color;
|
||||
background-color: $bgColor;
|
||||
border-color: $borderColor;
|
||||
*/ }
|
||||
.list-item.list-item-info.active, .list-item.list-item-info:active {
|
||||
color: white;
|
||||
background-color: #43cee6;
|
||||
border-color: #333333; }
|
||||
.list-item.list-item-success {
|
||||
/*
|
||||
color: $color;
|
||||
background-color: $bgColor;
|
||||
border-color: $borderColor;
|
||||
*/ }
|
||||
.list-item.list-item-success.active, .list-item.list-item-success:active {
|
||||
color: white;
|
||||
background-color: #66cc33;
|
||||
border-color: #333333; }
|
||||
.list-item.list-item-warning {
|
||||
/*
|
||||
color: $color;
|
||||
background-color: $bgColor;
|
||||
border-color: $borderColor;
|
||||
*/ }
|
||||
.list-item.list-item-warning.active, .list-item.list-item-warning:active {
|
||||
color: white;
|
||||
background-color: #f0b840;
|
||||
border-color: #333333; }
|
||||
.list-item.list-item-danger {
|
||||
/*
|
||||
color: $color;
|
||||
background-color: $bgColor;
|
||||
border-color: $borderColor;
|
||||
*/ }
|
||||
.list-item.list-item-danger.active, .list-item.list-item-danger:active {
|
||||
color: white;
|
||||
background-color: #ef4e3a;
|
||||
border-color: #333333; }
|
||||
.list-item.list-item-dark {
|
||||
/*
|
||||
color: $color;
|
||||
background-color: $bgColor;
|
||||
border-color: $borderColor;
|
||||
*/ }
|
||||
.list-item.list-item-dark.active, .list-item.list-item-dark:active {
|
||||
color: white;
|
||||
background-color: #444444;
|
||||
border-color: #333333; }
|
||||
|
||||
a.list-item {
|
||||
color: #333333;
|
||||
@@ -1856,7 +1935,7 @@ select:focus,
|
||||
input[type="file"]:focus,
|
||||
input[type="radio"]:focus,
|
||||
input[type="checkbox"]:focus {
|
||||
outline: thin dotted #333333;
|
||||
outline: thin dotted #333;
|
||||
outline: 5px auto -webkit-focus-ring-color;
|
||||
outline-offset: -2px; }
|
||||
|
||||
@@ -2177,7 +2256,7 @@ input[type="checkbox"][readonly] {
|
||||
border: none;
|
||||
background: none; }
|
||||
.button.button-icon:active, .button.button-icon.active {
|
||||
text-shadow: 0px 0px 10px white;
|
||||
text-shadow: 0px 0px 10px #fff;
|
||||
box-shadow: none;
|
||||
background: none; }
|
||||
|
||||
@@ -2360,7 +2439,7 @@ a.button {
|
||||
width: 100%;
|
||||
background-color: white;
|
||||
border-radius: 2px;
|
||||
border: 1px solid #dddddd; }
|
||||
border: 1px solid #ddd; }
|
||||
|
||||
.card-header {
|
||||
padding: 10px;
|
||||
|
||||
Reference in New Issue
Block a user