stable

Clone or download

Read-only

Homogenize hover states

Part of request #13060 TLP should match components available in Figma This apply to: - dropdown items - select2 options - cards in panes - datepicker days Change-Id: Ifa9794a63d338ebe2529aa1f41881e7831d7916c

Modified Files

Name
M plugins/label/themes/_labels-box.scss +0 −2 Go to diff View file
M plugins/tracker/templates/form-element/reference/cross_reference.mustache +10 −11 Go to diff View file
M plugins/tracker/themes/default/css/includes/_cross-references-fields.scss +4 −0 Go to diff View file
M src/templates/common/cross_reference.mustache +1 −1 Go to diff View file
M src/themes/BurningParrot/css/includes/labels/_labels-box.scss +0 −2 Go to diff View file
M src/themes/FlamingParrot/css/utils/_bootstrap-overrides.scss +5 −5 Go to diff View file
M src/themes/tlp/src/scss/components/_cards.scss +42 −34 Go to diff View file
M src/themes/tlp/src/scss/components/_css-var-root.scss +1 −1 Go to diff View file
M src/themes/tlp/src/scss/components/_dropdowns.scss +4 −4 Go to diff View file
M src/themes/tlp/src/scss/components/_forms.scss +3 −8 Go to diff View file
M src/themes/tlp/src/scss/components/_tables.scss +13 −1 Go to diff View file
M src/themes/tlp/src/scss/components/_tabs.scss +1 −1 Go to diff View file
M src/www/scripts/codendi/cross_references.js +4 −2 Go to diff View file
M src/www/tlp-doc/resources/structure/cards/panes/example.html +33 −2 Go to diff View file