diff options
| author | Henry Jameson <me@hjkos.com> | 2019-06-08 17:15:42 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2019-06-08 17:15:42 +0300 |
| commit | 0a778160cc7842ebd4ddfe8059a3ef81526637a2 (patch) | |
| tree | 9ec163c1a137f0bb58443fdbf0eecb8a1939b210 /src/App.scss | |
| parent | 8872b4802e2b0dff25eaaf884884d740ed016c98 (diff) | |
styles
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/src/App.scss b/src/App.scss index fd724979..e4f58e4e 100644 --- a/src/App.scss +++ b/src/App.scss @@ -806,50 +806,3 @@ nav { .btn.btn-default { min-height: 28px; } - -.autocomplete { - &-panel { - &-body { - margin: 0 0.5em 0 0.5em; - border-radius: $fallback--tooltipRadius; - border-radius: var(--tooltipRadius, $fallback--tooltipRadius); - box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5); - // this doesn't match original but i don't care, making it uniform. - box-shadow: var(--popupShadow); - min-width: 75%; - background: $fallback--bg; - background: var(--bg, $fallback--bg); - color: $fallback--lightText; - color: var(--lightText, $fallback--lightText); - } - } - - &-item { - cursor: pointer; - padding: 0.2em 0.4em 0.2em 0.4em; - border-bottom: 1px solid rgba(0, 0, 0, 0.4); - display: flex; - - img { - width: 24px; - height: 24px; - object-fit: contain; - } - - span { - line-height: 24px; - margin: 0 0.1em 0 0.2em; - } - - small { - margin-left: .5em; - color: $fallback--faint; - color: var(--faint, $fallback--faint); - } - - &.highlighted { - background-color: $fallback--fg; - background-color: var(--lightBg, $fallback--fg); - } - } -} |
