diff --git a/src/backend/views/components/sidebar.twig b/src/backend/views/components/sidebar.twig index a77dba9..b42f732 100644 --- a/src/backend/views/components/sidebar.twig +++ b/src/backend/views/components/sidebar.twig @@ -1,52 +1,58 @@ +
+ + \ No newline at end of file diff --git a/src/frontend/styles/components/sidebar.pcss b/src/frontend/styles/components/sidebar.pcss index 12a0d02..59fca35 100644 --- a/src/frontend/styles/components/sidebar.pcss +++ b/src/frontend/styles/components/sidebar.pcss @@ -32,15 +32,24 @@ } &__search { - height: 34px; + @apply --input; + appearance: none; - background: url("../svg/search.svg") left 10px center no-repeat, - url("../svg/shortcut.svg") right 10px center no-repeat; + background: url("../svg/search.svg") left 10px center no-repeat; background-color: var(--color-input-primary); border: 1px solid transparent; border-radius: 8px; padding: 8px 35px; padding-right: 45px; + + &-wrapper::after { + color: var(--color-button-secondary); + font-weight: 400; + font-size: 14px; + line-height: 17px; + content: "⌘ P"; + margin-left: -50px; + } } &__section { diff --git a/src/frontend/svg/shortcut.svg b/src/frontend/svg/shortcut.svg deleted file mode 100644 index 34b0f4c..0000000 --- a/src/frontend/svg/shortcut.svg +++ /dev/null @@ -1,3 +0,0 @@ -