mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 20:08:26 +00:00
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 '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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user