f73051524a
The default theme houses lots of styles that intended to maintain style parity with legacy Horizon during the themability effort. Because Horizon is mostly ingesting native bootstrap now, we can just remove the 'default' theme entirely and use vanilla Bootstrap styles for Basic Horizon moving forward. implements: blueprint horizon-bootstrap-styles Change-Id: I76f48265321037d1bc71b52cd7a86531548816ba
14 lines
495 B
YAML
14 lines
495 B
YAML
---
|
|
prelude: >
|
|
To aid in continued maintenance of Horizon as
|
|
a themable and customizable framework, the highly
|
|
customized 'default' styles are being dropped in
|
|
favor of standard Bootstrap styles. The 'default'
|
|
theme will only house scss variable changes going
|
|
forward.
|
|
upgrade:
|
|
- If the 'default' theme is still required for legacy
|
|
overrides to function, simply copy the styles in
|
|
the 'default' theme into a pre-existing theme or
|
|
create a new custom theme.
|