Giter VIP home page Giter VIP logo

Comments (7)

andrucz avatar andrucz commented on June 14, 2024 1

Please also try to add !important on padding value.

from ionic2-rating.

andrucz avatar andrucz commented on June 14, 2024

Hey, @cj1240
Could you please show me your template and scss files?

from ionic2-rating.

cj1240 avatar cj1240 commented on June 14, 2024

# This is my scss files:

ul {
padding: 0px;
&.rating li {
padding: 1px 1px;
background: none;
color: #387ef5;

ion-icon {
  font-size: 15px;
}

}
}

# **This is my template:**

<rating [(ngModel)]="rate"
readOnly="false"
max="5"
emptyStarIconName="star-outline"
halfStarIconName="star-half"
starIconName="star"
nullable="false"
(ngModelChange)="onModelChange($event)">

#The problem is no matter how I modify the &.rating li padding value,it’s doesn’t work:
&.rating li {
padding: 1px 1px;}

&.rating li {
padding: 10px 10px;}

As shown above,when I running, the padding in star,it's look the same style:

from ionic2-rating.

cj1240 avatar cj1240 commented on June 14, 2024

they are the same style:

image

but i want to get the following style:

image

And now I can only modify the value from manually operated,if I delete the padding just like the following pic,I can got the right result (PS: I used the google chrome )

image

from ionic2-rating.

andrucz avatar andrucz commented on June 14, 2024

It can happen when you change the page name or selector and forget to change it in scss file.

from ionic2-rating.

cj1240 avatar cj1240 commented on June 14, 2024

@andrucz Thank you very much! I got it when I add !important on padding value.It's OK!
This tool is very easy to use,I will use it in my team! Thanks!!

Best regards!

from ionic2-rating.

andrucz avatar andrucz commented on June 14, 2024

Thanks, @cj1240
I am glad to hear that.

from ionic2-rating.

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.