Skip to content

Just remove the background-color from links on IE 10#337

Closed
MoOx wants to merge 1 commit intonecolas:masterfrom
MoOx:patch-1
Closed

Just remove the background-color from links on IE 10#337
MoOx wants to merge 1 commit intonecolas:masterfrom
MoOx:patch-1

Conversation

@MoOx
Copy link
Contributor

@MoOx MoOx commented May 30, 2014

I'm using some pretty brutal rules on all of my projects now

* {
  box-sizing: border-box;
  border-collapse: collapse;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

And this a { background: transparent } is overriding some of them. I'm not sure it's a desired behavior, so scoping to background-color seems a better choice. Don't you think ?

I'm using some pretty brutal rules on all of my projects now

```css
* {
  box-sizing: border-box;
  border-collapse: collapse;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
```

And this `a { background: transparent }` is overriding some of them. I'm not sure it's a desired behavior, so scoping to `background-color` seems a better choice. Don't you think ?
@necolas
Copy link
Owner

necolas commented May 30, 2014

Yeah you're probably right.

@lkraav
Copy link

lkraav commented May 30, 2014

I support doing this since I've run into the same issue

@necolas necolas closed this in e4c78f5 Oct 4, 2014
necolas pushed a commit that referenced this pull request Oct 4, 2014
sigridfuhrenkamp-cyber pushed a commit to sigridfuhrenkamp-cyber/normalize.css that referenced this pull request Mar 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants