Reverted 'extra_css with media' feature

This commit is contained in:
squidfunk
2020-02-27 10:32:42 +01:00
parent 2de1608079
commit 1e0b168570
11 changed files with 15 additions and 33 deletions

View File

@@ -23,8 +23,8 @@
// TODO: remove this after we finished refactoring
// tslint:disable
import "../stylesheets/app.scss"
import "../stylesheets/app-palette.scss"
import "../stylesheets/main.scss"
import "../stylesheets/palette.scss"
import { values } from "ramda"
import {

View File

@@ -63,7 +63,7 @@ export function renderSearchResult(
<a href={location} class={css.link} tabIndex={-1}>
<article class={"parent" in document ? css.section : css.article}>
{!("parent" in document)
? <div class="md-search-result__icon md-icon__button md-icon">
? <div class="md-search-result__icon md-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d={path}></path>
</svg>