feat(#2989)!: hover for all modules #3139
Closed
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.
I recognize that this change may break or change many existing
style.css
configurations due to the new buttons and the default configuration containing a general css rule for buttons.I've just done the minimal job with this approach of implementing the feature. If this approach is acceptable even with breaking changes to existing configurations, I can continue finishing this up with some guiding feedback.
If this is not an acceptable approach, I've been thinking about a different approach of just adding a ".hover" class to the GTK label instead. I haven't really explored that possibility yet and I'm very new to GTK and C++, so I'm not sure about the details in that approach, but it sounds very doable and probably not hard to figure out how to implement. This approach would likely not breaking any existing configurations.