stable
Clone or download
Read-only
Provide direct access to color switcher so that it is easier to test color variations. Instead of having to open a tab menu, color switcher is now always available in the fixed footer. Furthermore components might appear on different background. For example tlp-alert appear on white background (ex: issue in my jenkins job widget), on grey background (ex: usual feedbacks) or on dark background (ex: feedbacks on profile page or my dashboard page). In order to easily test components rendering on different background we now provide a background color switcher. Part of request #17054: Fix color of tlp-alert Change-Id: I1ced8f576fcf9d061615e2a5e97647d50a8f742d
Modified Files
Name | ||||
---|---|---|---|---|
M | src/themes/tlp/doc/css/_nav.scss | +28 | −38 | Go to diff View file |
M | src/themes/tlp/doc/css/main.scss | +36 | −0 | Go to diff View file |
M | src/themes/tlp/doc/js/main.js | +25 | −27 | Go to diff View file |
M | src/www/tlp-doc/index.php | +18 | −12 | Go to diff View file |