Visual improvements for macOS.

This commit is contained in:
Martín Lucas Golini
2024-02-07 19:50:52 -03:00
parent e953aa3687
commit c275cbceaa
8 changed files with 83 additions and 8 deletions

View File

@@ -28,7 +28,11 @@ class EE_API StyleSheet {
const std::vector<std::shared_ptr<StyleSheetStyle>>& getStyles() const;
std::shared_ptr<StyleSheetStyle> getStyleFromSelector( const std::string& selector ) const;
std::vector<std::shared_ptr<StyleSheetStyle>>
getStylesFromSelector( const std::string& selector ) const;
std::shared_ptr<StyleSheetStyle> getStyleFromSelector( const std::string& selector,
bool searchBySpecificity = false ) const;
bool updateMediaLists( const MediaFeatures& features );