A
A
Andrey Dyrkov2016-08-23 13:23:03
MySQL
Andrey Dyrkov, 2016-08-23 13:23:03

How to fix bug with rounding and transform in chrome?

I created a tile with 5px rounding and overflow:hodden. Everything works well, but for the time being.
In chrome/opera, when hovering, the rounding disappears, then it appears again, how to fix it?
Here is my pen

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Minary, 2016-08-23
@VIKINGVyksa

Not - border:#f0db4f; , and border-color:#f0db4f;

&:hover{
      color:#fff;
      border-color:#f0db4f;
      // font-size:18px;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question