[RSS Feed/News] How to do a reverse-engineering for css targets?

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
Hello,

I have accumulated a lot of css codes for my extra.less file over the years. In the beginning I was not smart enough to comment all the stuff, which was a big mistake. So, how can one do a reverse-engineering for css targets and find out what exactly was changed?

Say I have this code:
CSS:

Code:
.block-filterBar .filterBar-menuTrigger {
    color: white;
    background: rgb(0, 157, 255);
}

How do I find out what I was targeting there with .block-filterBar...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom