From eb4b5a847fa220d01bb083a5b9d63394f47c9c66 Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Tue, 12 Aug 2025 14:28:49 -0300 Subject: [PATCH] :package: build(resources): add mixins and color stylesheets to list also remove hicolor from icon resources path --- resources.gresource.xml | 5 +++-- resources/styles/_runner.scss | 6 ++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/resources.gresource.xml b/resources.gresource.xml index 2a8b012..0354392 100644 --- a/resources.gresource.xml +++ b/resources.gresource.xml @@ -3,19 +3,20 @@ styles/main.scss + styles/_mixins.scss + styles/_colors.scss styles/_apps-window.scss styles/_bar.scss styles/_center-window.scss styles/_control-center.scss styles/_float-notifications.scss styles/_logout-menu.scss - styles/_mixins.scss styles/_osd.scss styles/_runner.scss - + icons/applications-other-symbolic.svg icons/arrow-circular-top-right-symbolic.svg icons/circle-filled-symbolic.svg diff --git a/resources/styles/_runner.scss b/resources/styles/_runner.scss index 6104bdc..ada8559 100644 --- a/resources/styles/_runner.scss +++ b/resources/styles/_runner.scss @@ -1,6 +1,8 @@ @use "./colors"; -.popup-window.runner * { +.runner .popup-window-container { + all: unset; + $radius: 24px; background: rgba($color: colors.$bg-primary, $alpha: .8); @@ -32,7 +34,7 @@ } & list { - & listboxrow > * { + & .result { padding: 10px; background: colors.$bg-primary; margin: 2px 0;