Removed unnecessary transition style

This commit is contained in:
Keichi Takahashi 2015-02-09 15:49:11 +09:00
parent 6e37b595d1
commit 4e1e9740a9
1 changed files with 0 additions and 11 deletions

View File

@ -46,7 +46,6 @@ main {
.header-text .sns-links a:hover { .header-text .sns-links a:hover {
border-color: rgba(255, 255, 255, 0.9); border-color: rgba(255, 255, 255, 0.9);
color: rgba(255, 255, 255, 0.9); color: rgba(255, 255, 255, 0.9);
transition: color,border-color 0.1s linear;
} }
.header-text h1 { .header-text h1 {
@ -97,7 +96,6 @@ main {
.global-footer .sns-links a:hover { .global-footer .sns-links a:hover {
border: 1px solid rgba(0, 0, 0, 0.8); border: 1px solid rgba(0, 0, 0, 0.8);
color: rgba(0, 0, 0, 0.7); color: rgba(0, 0, 0, 0.7);
transition: color,border-color 0.1s linear;
} }
/* Article */ /* Article */
@ -107,10 +105,6 @@ main {
transition: color 0.1s linear; transition: color 0.1s linear;
} }
.article-list h2 a:hover {
transition: color 0.1s linear;
}
.post-meta { .post-meta {
margin: 5px 0; margin: 5px 0;
} }
@ -131,7 +125,6 @@ main {
.post-tag a:hover { .post-tag a:hover {
background-color: rgba(0, 0, 0, 1.0); background-color: rgba(0, 0, 0, 1.0);
color: rgba(255, 255, 255, 1.0); color: rgba(255, 255, 255, 1.0);
transition: color,border-color,background-color 0.1s linear;
} }
.not-found h1 { .not-found h1 {
@ -160,10 +153,6 @@ pre code {
transition: background-color 0.1s linear; transition: background-color 0.1s linear;
} }
.pager li>a:hover {
transition: background-color 0.1s linear;
}
blockquote { blockquote {
font-style:italic; font-style:italic;
} }