MainWindow: add icons for map source buttons#154
Merged
Conversation
ryonakano
reviewed
Jul 15, 2025
Member
Member
Author
@ryonakano Yeah this is more of a stylesheet bug because it's using :focus instead of :focus-visible for its keyboard focus styles. I'd prefer to address it there |
Member
Author
|
Proposed elementary/stylesheet#1330 |
Member
Thank you for your quick fix, I confirmed the issue resolved with latest main branch of stylesheet:
diff --git a/io.elementary.maps.yml b/io.elementary.maps.yml
index 914e5af..5ea5bf4 100644
--- a/io.elementary.maps.yml
+++ b/io.elementary.maps.yml
@@ -12,6 +12,37 @@ finish-args:
build-options:
libdir: /app/lib
modules:
+ - name: sassc
+ buildsystem: autotools
+ sources:
+ - type: archive
+ url: https://github.com/sass/sassc/archive/3.6.2.tar.gz
+ sha256: 608dc9002b45a91d11ed59e352469ecc05e4f58fc1259fc9a9f5b8f0f8348a03
+ - type: script
+ dest-filename: autogen.sh
+ commands:
+ - autoreconf -si
+ modules:
+ - name: libsass
+ buildsystem: autotools
+ sources:
+ - type: archive
+ url: https://github.com/sass/libsass/archive/3.6.5.tar.gz
+ sha256: 89d8f2c46ae2b1b826b58ce7dde966a176bac41975b82e84ad46b01a55080582
+ - type: script
+ dest-filename: autogen.sh
+ commands:
+ - autoreconf -si
+
+ - name: stylesheet
+ buildsystem: meson
+ cleanup:
+ - /share/metainfo
+ sources:
+ - type: git
+ url: https://github.com/elementary/stylesheet.git
+ commit: 3d7e2b74ad8bddb19128bc2afaeaa7e343f8046a
+
- name: geocode-glib-2.0
buildsystem: meson
config-opts: |
ryonakano
approved these changes
Jul 16, 2025
Member
ryonakano
left a comment
There was a problem hiding this comment.
I really love this design, thank you very much!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Do something a bit more visually interesting with the map options submenu: