mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-17 02:16:16 +02:00
* Layer Compound and shared component CSS * Layer app theme CSS * Remove !important flags from ActionBarView * Remove unnecessary !important statements from shared components * Avoid dead code errors for *.pcss just because layer is specified after @import url * Remove unnecessary !important styling * Override Banner defaults in RoomStatusBarView * Updated snaps * Updated snaps * Fix styling of media body in app/web * Fix styling for Compound anchors * Fix styling issues in app/web * More styling fixes * Fix a problem extracting css for HTMLExport * Revert changes * Fix for theme styling * Add test to improve coverage * Prettier * Fix styling issues * Add data-kind attribute to avoid global styling override * Update screenshot that now is correct * Revert data-kind attribute * Handle LinkPreview styling in .pcss * Fix flaky test: Avoid racing the lazy-loaded ManageEventIndexDialog * Take care of review comments * Updated snaps * Updated snaps again after merge * Remove !important from RoomStatusBar
11 lines
503 B
Plaintext
11 lines
503 B
Plaintext
@layer compound-tokens, compound-web, shared-components, app-web;
|
|
|
|
@import "../../../../res/css/_font-sizes.pcss" layer(app-web);
|
|
@import "_fonts.pcss" layer(app-web);
|
|
@import "_light.pcss" layer(app-web);
|
|
@import "_mods.pcss" layer(app-web);
|
|
@import "../../../../res/css/_components.pcss" layer(app-web);
|
|
@import "../../../../res/css/_compound.pcss";
|
|
@import url("highlight.js/styles/atom-one-light.min.css") layer(app-web);
|
|
@import url("github-markdown-css/github-markdown-light.css") layer(app-web);
|