mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-08-03 11:18:36 -04:00
Reverted 'extra_css with media' feature
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user