GithubHelp home page GithubHelp logo

Comments (1)

liamdebeasi avatar liamdebeasi commented on April 28, 2024

Thanks for the report. The toggle icon is in the Light DOM, not the Shadow DOM, so you are able to access the icon using CSS. If you are using Angular, make sure Angular's style encapsulation is not working against you here. Ionic adds the icon for you to the Item, so it will not receive the same style encapsulation attributes that Angular sets on elements when Angular is in charge of adding them to the DOM.

This example will not work because of Angular's style encapsulation: https://stackblitz.com/edit/angular-5mp1mj?file=src%2Fapp%2Fexample.component.css

This example will work because the styles are set globally: https://stackblitz.com/edit/angular-5mp1mj-eh8q7t?file=src%2Fapp%2Fexample.component.css,src%2Fglobal.css

I am going to close this since the desired functionality is already in Ionic, but let me know if you have any questions.


Here are screenshots of why the broken example does not work.

Since Ionic handles adding ion-icon to the Item, this icon does not receive any style encapsulation attributes. Notice how the Item has an _ngcontent-ng-... attribute, but the Icon does not.

Screenshot 2024-03-28 at 5 48 44 PM

However, since your styles are added to the stylesheet associated with the encapsulated component, Angular transforms your styles to expect this ngcontent attribute:
Screenshot 2024-03-28 at 5 47 48 PM

from ionic-framework.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.