question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

css border-color is ignored

See original GitHub issue

in .Select-control, border options are set as

.Select-control {
    border-color: lighten($select-input-border-color, 5%) $select-input-border-color darken($select-input-border-color, 10%);
    border-radius: $select-input-border-radius;
    border: $select-input-border-width solid $select-input-border-color;
}

while border-color is faster than border, border color properties will be ignored.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:2
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
dherrancommented, Apr 12, 2016

After looking at this closely, it isn’t clear what the original intention was. Did the author want different shades of gray on some sides, or is the border-color a leftover property from an old build?

Whatever is decided I can update the source files and PR accordingly. @JedWatson

0reactions
bladeycommented, May 27, 2020

Hello -

In an effort to sustain the react-select project going forward, we’re closing old issues / pull requests.

We understand this might be inconvenient but in the best interest of supporting the broader community we have to direct our limited efforts to maintain the latest version.

If you aren’t using the latest version of react-select please consider upgrading to see if it resolves any issues you’re having.

If you feel this issue / pull request is still relevant and you’d like us to review it, please leave a comment and we’ll do our best to get back to you.

Read more comments on GitHub >

github_iconTop Results From Across the Web

CSS Property Border-Color Not Working - Stack Overflow
You need to add the width and style of the border. – Vucko. Jan 4, 2013 at 11:53.
Read more >
border-color - CSS: Cascading Style Sheets - MDN Web Docs
Syntax · When one value is specified, it applies the same color to all four sides. · When two values are specified, the...
Read more >
Why won't my border-color code work? - Codecademy
`html { border-color:#3A5FCD; }` The border-color never shows. ... Type this in your CSS and you will figure it out.. p{ color:#00E5EE;. }....
Read more >
[css-logical] Logical border colors ignored in :visited rules
What steps will reproduce the problem? ... What is the expected result? The property is honored, like if it were a physical border...
Read more >
How to Create and Style Borders in CSS - HubSpot Blog
CSS Border Not Showing ... If you've set the shorthand border property in CSS and the border is not showing, the most likely...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found