• Robert Knight's avatar
    Cleanup styles for top-level components in the app · a612bb93
    Robert Knight authored
    Refactor the styles used by the `HypothesisApp` component and other
    top-level elements in the sidebar page to follow the conventions used by
    other components. Also clean up some unused styles.
    
    - Rename CSS classes for `HypothesisApp` component to `hypothesis-app*`
      to follow our normal naming conventions
    
    - Consolidate styles for the `body` element in `sidebar.scss`
    
    - Consolidate general element styles in `elements.scss`, eliminating
      `common.scss`
    
    - Remove unnecessary styles for `html` and `body`
    
    - Move `sheet` styles into `focused-mode-header` class, since these
      styles were only ever applied to that element
    
    - Extract the styles from the `content` class used to center content in
      the top bar and content area into a mixin and then use that mixin in
      the component styles for the top bar and content area
    
    - Remove unused mixin imports from `sidebar.scss`. These are no longer
      needed since the transition to the new SASS module system
    a612bb93
Name
Last commit
Last update
.github Loading commit data...
bin Loading commit data...
docs Loading commit data...
embedding-examples Loading commit data...
images Loading commit data...
scripts Loading commit data...
src Loading commit data...
.babelrc Loading commit data...
.dockerignore Loading commit data...
.eslintignore Loading commit data...
.eslintrc Loading commit data...
.gitignore Loading commit data...
.npmignore Loading commit data...
.npmrc Loading commit data...
.prettierignore Loading commit data...
.prettierrc Loading commit data...
.python-version Loading commit data...
.travis.yml Loading commit data...
CODE_OF_CONDUCT Loading commit data...
Dockerfile Loading commit data...
Jenkinsfile Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
gulpfile.js Loading commit data...
package.json Loading commit data...
requirements-dev.in Loading commit data...
tox.ini Loading commit data...
yarn.lock Loading commit data...