Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/front_end/ui/inspectorSyntaxHighlight.css |
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/inspectorSyntaxHighlight.css b/third_party/WebKit/Source/devtools/front_end/ui/inspectorSyntaxHighlight.css |
| index 004675a58bbc9e8d978061ad25986102f3d68085..081c3c5d5768495cecbb81199865ffeadd9188ac 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/ui/inspectorSyntaxHighlight.css |
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/inspectorSyntaxHighlight.css |
| @@ -106,6 +106,7 @@ |
| .devtools-link { |
| color: rgb(17, 85, 204); |
| text-decoration: underline; |
| + display: flex; |
|
dgozman
2016/12/21 02:44:40
align-items: center;
lushnikov
2016/12/21 02:58:45
Removed display:flex in favor of:
.devtools-link
|
| } |
| .devtools-link:not(.devtools-link-prevent-click) { |