-
- Downloads
Refactor responsive table styles to support nested error block
- Split layout from the styles of the row - Move command `.append-` `.prepend-` styles to bottom of source order - Actually applies styles over others in more situations which is probably what is expected when you add it to an element - Also allows us to get rid of some styles that were trying to get around this fact See https://i.imgur.com/IE50PK6.png Which is used in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15064 Design from https://gitlab.com/gitlab-org/gitlab-ce/issues/38464
Showing
- app/assets/javascripts/environments/components/environment_item.vue 14 additions, 8 deletions.../javascripts/environments/components/environment_item.vue
- app/assets/stylesheets/framework.scss 1 addition, 1 deletionapp/assets/stylesheets/framework.scss
- app/assets/stylesheets/framework/common.scss 27 additions, 26 deletionsapp/assets/stylesheets/framework/common.scss
- app/assets/stylesheets/framework/responsive_tables.scss 57 additions, 32 deletionsapp/assets/stylesheets/framework/responsive_tables.scss
- app/assets/stylesheets/pages/clusters.scss 0 additions, 4 deletionsapp/assets/stylesheets/pages/clusters.scss
- app/assets/stylesheets/pages/environments.scss 4 additions, 5 deletionsapp/assets/stylesheets/pages/environments.scss
- app/assets/stylesheets/pages/pipelines.scss 0 additions, 1 deletionapp/assets/stylesheets/pages/pipelines.scss
Please register or sign in to comment