Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(847)

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/sidebarPane.css

Issue 2175903002: DevTools: follow-up to view introduction, fix styles css. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: lcean Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/Widget.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/ui/sidebarPane.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/sidebarPane.css b/third_party/WebKit/Source/devtools/front_end/ui/sidebarPane.css
index 7adef1298623df1a3ca7f533ba1f8ab0d6a98d65..5a56671483f0180f94617ee5f713be81a5b66bc3 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/sidebarPane.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/sidebarPane.css
@@ -27,10 +27,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-.sidebar-pane-container {
- overflow: auto;
-}
-
.sidebar-pane-container .info {
text-align: center;
font-style: italic;
@@ -86,10 +82,6 @@
-webkit-mask-position: -20px -96px;
}
-.sidebar-pane-container .toolbar {
- border-bottom: 1px solid #eee;
-}
-
.sidebar-pane-container .toolbar > * {
pointer-events: auto;
}
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/Widget.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698