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 '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 gem 'http_accept_language', '~>2.0.5', require: false

View File

@ -245,7 +245,7 @@ GEM
omniauth-twitter (1.4.0) omniauth-twitter (1.4.0)
omniauth-oauth (~> 1.1) omniauth-oauth (~> 1.1)
rack rack
onebox (1.9.16) onebox (1.9.17)
htmlentities (~> 4.3) htmlentities (~> 4.3)
moneta (~> 1.0) moneta (~> 1.0)
multi_json (~> 1.11) multi_json (~> 1.11)
@ -501,7 +501,7 @@ DEPENDENCIES
omniauth-oauth2 omniauth-oauth2
omniauth-openid omniauth-openid
omniauth-twitter omniauth-twitter
onebox (= 1.9.16) onebox (= 1.9.17)
openid-redis-store openid-redis-store
parallel_tests parallel_tests
pg pg

View File

@ -452,6 +452,13 @@ pre.onebox code {
.github-content { .github-content {
margin: 5px 0 0 0; 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 //Onebox - Github - Pull request