Too Many Cooks

// work

Another work related one, and given that's all I've seemingly been doing lately (as per my last post), then that's what you're going to get.

Ran into this bit of code today:

.p-noborder > .p-tabview .p-tabview-panels {
  border: 0 !important;
}

.p-noborder > .p-tabview .p-tabview-panels {
  border: 0 !important;
}

Exact same code, and right next to each other in the file. According to GitLens, one was from 2 years ago, the other 3 years.

Job security, am I right?

Previous Post