| Index: third_party/WebKit/Source/devtools/front_end/sources/sourcesPanel.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/sourcesPanel.css b/third_party/WebKit/Source/devtools/front_end/sources/sourcesPanel.css
|
| index ec376089beb4aa2f3c10898519a7f9d34b754fab..73b654d77cd332b157f77599733194b08b1373db 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/sourcesPanel.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/sourcesPanel.css
|
| @@ -97,36 +97,6 @@
|
| overflow: auto;
|
| }
|
|
|
| -.source-frame-breakpoint-condition {
|
| - z-index: 30;
|
| - padding: 4px;
|
| - background-color: rgb(203, 226, 255);
|
| - border-radius: 7px;
|
| - border: 2px solid rgb(169, 172, 203);
|
| - width: 90%;
|
| - pointer-events: auto;
|
| -}
|
| -
|
| -.source-frame-breakpoint-message {
|
| - background-color: transparent;
|
| - font-weight: normal;
|
| - font-size: 11px;
|
| - text-align: left;
|
| - text-shadow: none;
|
| - color: rgb(85, 85, 85);
|
| - cursor: default;
|
| - margin: 0 0 2px 0;
|
| -}
|
| -
|
| -#source-frame-breakpoint-condition {
|
| - margin: 0;
|
| - border: 1px inset rgb(190, 190, 190) !important;
|
| - width: 100%;
|
| - box-shadow: none !important;
|
| - outline: none !important;
|
| - -webkit-user-modify: read-write;
|
| -}
|
| -
|
| .cursor-pointer {
|
| cursor: pointer;
|
| }
|
|
|