UX: Use theme colors for GitHub issue labels

Bump onebox version to pull tag rendering bug fix
This commit is contained in:
David Taylor 2019-10-09 12:28:48 +01:00
parent 3edd514c72
commit 939a746dcd
3 changed files with 10 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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