-
- Downloads
There was an error fetching the commit references. Please try again later.
Bring buttons style up to design spec
This is a CSS effort only. Fixes the padding of the buttons to be `8px 12px` (including border) so that the button height is 32px. Also adjusts the border width for all buttons when the state is `hover`, `focus`, or `active to be 2px thick instead of 1px thick. This is accomplished through an inset box-shadow as not to increase the size of the button. Fixes some colors for primary and tertiary buttons.
Showing
- app/assets/stylesheets/framework/animations.scss 1 addition, 1 deletionapp/assets/stylesheets/framework/animations.scss
- app/assets/stylesheets/framework/buttons.scss 74 additions, 54 deletionsapp/assets/stylesheets/framework/buttons.scss
- app/assets/stylesheets/framework/dropdowns.scss 2 additions, 15 deletionsapp/assets/stylesheets/framework/dropdowns.scss
- app/assets/stylesheets/framework/variables.scss 4 additions, 0 deletionsapp/assets/stylesheets/framework/variables.scss
- app/assets/stylesheets/pages/commits.scss 2 additions, 2 deletionsapp/assets/stylesheets/pages/commits.scss
- app/assets/stylesheets/pages/issuable.scss 0 additions, 4 deletionsapp/assets/stylesheets/pages/issuable.scss
- app/assets/stylesheets/pages/issues.scss 0 additions, 1 deletionapp/assets/stylesheets/pages/issues.scss
- app/assets/stylesheets/pages/note_form.scss 0 additions, 1 deletionapp/assets/stylesheets/pages/note_form.scss
- app/assets/stylesheets/pages/projects.scss 1 addition, 2 deletionsapp/assets/stylesheets/pages/projects.scss
- app/assets/stylesheets/pages/tree.scss 1 addition, 1 deletionapp/assets/stylesheets/pages/tree.scss
- app/helpers/dropdowns_helper.rb 1 addition, 1 deletionapp/helpers/dropdowns_helper.rb
- app/views/projects/issues/import_csv/_button.html.haml 1 addition, 1 deletionapp/views/projects/issues/import_csv/_button.html.haml
- app/views/shared/issuable/_feed_buttons.html.haml 4 additions, 4 deletionsapp/views/shared/issuable/_feed_buttons.html.haml
- changelogs/unreleased/61145-fix-button-dimensions.yml 5 additions, 0 deletionschangelogs/unreleased/61145-fix-button-dimensions.yml
- spec/support/features/rss_shared_examples.rb 2 additions, 2 deletionsspec/support/features/rss_shared_examples.rb
Please register or sign in to comment