github.styl: Remove border from .commit-tease

Looks much better this way.
pull/4/head
Adam Porter 8 years ago
parent 3500e15027
commit b7d061398c

@ -336,7 +336,7 @@ button.ajax-pagination-btn:hover {
.commit-tease,
.commit-title {
background-color: rgba(190,255,255,0.2) !important;
border-color: #93a1a1 #93a1a1 #586e75 #93a1a1 !important;
border: none !important;
}
.commit-branches * *,
.commit-tease *,

@ -336,7 +336,7 @@ button.ajax-pagination-btn:hover {
.commit-tease,
.commit-title {
background-color: rgba(0,0,142,0.2) !important;
border-color: #586e75 #586e75 #93a1a1 #586e75 !important;
border: none !important;
}
.commit-branches * *,
.commit-tease *,

@ -329,7 +329,7 @@ button.ajax-pagination-btn:hover {
.commit-tease,
.commit-title {
background-color: rgba(190,255,255,0.2) !important;
border-color: #93a1a1 #93a1a1 #586e75 #93a1a1 !important;
border: none !important;
}
.commit-branches * *,
.commit-tease *,

@ -329,7 +329,7 @@ button.ajax-pagination-btn:hover {
.commit-tease,
.commit-title {
background-color: rgba(0,0,142,0.2) !important;
border-color: #586e75 #586e75 #93a1a1 #586e75 !important;
border: none !important;
}
.commit-branches * *,
.commit-tease *,

@ -317,7 +317,7 @@ button.ajax-pagination-btn
.commit-title
// e.g. "This branch is 8 commits ahead of..."
background-color transparentify(blue, color-background, 0.2)
border-color emphasized emphasized color-background-highlight-extra emphasized
border none i
*
color emphasized

Loading…
Cancel
Save