diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-01-23 13:48:54 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-23 13:48:54 -0500 |
commit | ca3f9c3648f07480707a3b02e4ad70e3fd0a3d81 (patch) | |
tree | 7a75836665c608f0576f343db326a95b180af223 /ext/mixed/css/material.css | |
parent | a24f3f5347fdfe528082896c8aa255fc19ac2dd4 (diff) |
Update icons (#1295)
* Update icons
* Simplify sidebar-button-icon styles
Diffstat (limited to 'ext/mixed/css/material.css')
-rw-r--r-- | ext/mixed/css/material.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/mixed/css/material.css b/ext/mixed/css/material.css index 259d6460..6846c187 100644 --- a/ext/mixed/css/material.css +++ b/ext/mixed/css/material.css @@ -196,10 +196,13 @@ .icon[data-icon=expand] { --icon-image: url(/mixed/img/expand.svg); } .icon[data-icon=window] { --icon-image: url(/mixed/img/window.svg); } .icon[data-icon=cross] { --icon-image: url(/mixed/img/cross.svg); } +.icon[data-icon=checkmark] { --icon-image: url(/mixed/img/checkmark.svg); } .icon[data-icon=sentence-parsing] { --icon-image: url(/mixed/img/sentence-parsing.svg); } .icon[data-icon=question-mark] { --icon-image: url(/mixed/img/question-mark.svg); } .icon[data-icon=question-mark-circle] { --icon-image: url(/mixed/img/question-mark-circle.svg); } .icon[data-icon=question-mark-thick] { --icon-image: url(/mixed/img/question-mark-thick.svg); } +.icon[data-icon=left-chevron] { --icon-image: url(/mixed/img/left-chevron.svg); } +.icon[data-icon=right-chevron] { --icon-image: url(/mixed/img/right-chevron.svg); } .icon[data-icon=material-down-arrow] { --icon-image: url(/mixed/img/material-down-arrow.svg); --icon-size: var(--material-arrow-dimension2) var(--material-arrow-dimension1); |