UX: Use theme colors for GitHub issue labels
Bump onebox version to pull tag rendering bug fix
This commit is contained in:
parent
3edd514c72
commit
939a746dcd
2
Gemfile
2
Gemfile
|
@ -50,7 +50,7 @@ gem 'redis-namespace'
|
|||
|
||||
gem 'active_model_serializers', '~> 0.8.3'
|
||||
|
||||
gem 'onebox', '1.9.16'
|
||||
gem 'onebox', '1.9.17'
|
||||
|
||||
gem 'http_accept_language', '~>2.0.5', require: false
|
||||
|
||||
|
|
|
@ -245,7 +245,7 @@ GEM
|
|||
omniauth-twitter (1.4.0)
|
||||
omniauth-oauth (~> 1.1)
|
||||
rack
|
||||
onebox (1.9.16)
|
||||
onebox (1.9.17)
|
||||
htmlentities (~> 4.3)
|
||||
moneta (~> 1.0)
|
||||
multi_json (~> 1.11)
|
||||
|
@ -501,7 +501,7 @@ DEPENDENCIES
|
|||
omniauth-oauth2
|
||||
omniauth-openid
|
||||
omniauth-twitter
|
||||
onebox (= 1.9.16)
|
||||
onebox (= 1.9.17)
|
||||
openid-redis-store
|
||||
parallel_tests
|
||||
pg
|
||||
|
|
|
@ -452,6 +452,13 @@ pre.onebox code {
|
|||
.github-content {
|
||||
margin: 5px 0 0 0;
|
||||
}
|
||||
|
||||
.labels span {
|
||||
// !important required to override inline style attribute
|
||||
background-color: $primary-medium !important;
|
||||
color: $secondary !important;
|
||||
padding: 2px 4px !important;
|
||||
}
|
||||
}
|
||||
|
||||
//Onebox - Github - Pull request
|
||||
|
|
Loading…
Reference in New Issue