[5.2.1] Missing some button styles in _forms.scss (cyan-btn, indigo-btn, ui-button-secondary...)

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
AlainD.
Posts: 26
Joined: 14 Jun 2018, 22:00

29 Jun 2018, 14:43

Hello, it is missing at least the css for the buttons: "cyan-btn" and "indigo-btn".

I think that the primeng original buttons are also missing, such as ui-button-secondary!

Here for cyan and indigo:

Code: Select all

        &.cyan-btn {
            background-color: $cyan;

            &:hover {
                background-color: darken($cyan,5%);
            }

            &:focus {
                background-color: darken($cyan,5%);
            }

            &:active {
                background-color: darken($cyan,10%);
            }
        }

        &.indigo-btn {
            background-color: $indigo;

            &:hover {
                background-color: darken($indigo,5%);
            }

            &:focus {
                background-color: darken($indigo,5%);
            }

            &:active {
                background-color: darken($indigo,10%);
            }
        }

AlainD.
Posts: 26
Joined: 14 Jun 2018, 22:00

29 Jun 2018, 15:00

(I post edited the title to specify that the issue is on version 5.2.1)

Apparently, the issue is fixed in a new version released: 6.0.0

How is it that we are not notified for new versions of Apollo ? I did not receive any email informing me that a new version of Apollo is available.

Thank you.

Post Reply

Return to “Apollo - PrimeNG”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 5 guests