| Index: third_party/WebKit/Source/devtools/front_end/ui/bezierSwatch.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/bezierSwatch.css b/third_party/WebKit/Source/devtools/front_end/ui/bezierSwatch.css
|
| index 20f30c05fe09e64827bb46f8d5367f22a2efedea..723111958efefb0387c1c48ea15e2cc49dcda0a9 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/bezierSwatch.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/bezierSwatch.css
|
| @@ -8,7 +8,7 @@
|
| white-space: nowrap;
|
| }
|
|
|
| -.bezier-swatch {
|
| +.bezier-swatch-icon {
|
| position: relative;
|
| margin-left: 1px;
|
| margin-right: 2px;
|
| @@ -22,14 +22,15 @@
|
| -webkit-mask-size: 190px 30px;
|
| -webkit-mask-position: -80px -20px;
|
| background-color: #9C27B0;
|
| + cursor: default;
|
| }
|
|
|
| @media (-webkit-min-device-pixel-ratio: 1.5) {
|
| -.bezier-swatch {
|
| +.bezier-swatch-icon {
|
| -webkit-mask-image: url(Images/smallIcons_2x.png);
|
| }
|
| } /* media */
|
|
|
| -.bezier-swatch:hover {
|
| +.bezier-swatch-icon:hover {
|
| background-color: #800080;
|
| }
|
|
|