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

Unified Diff: third_party/WebKit/Source/devtools/front_end/resources/serviceWorkersView.css

Issue 1841863003: DevTools: move the force update SW on reload checkbox to the Resources / Service Workers view. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test fixed Created 4 years, 9 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
Index: third_party/WebKit/Source/devtools/front_end/resources/serviceWorkersView.css
diff --git a/third_party/WebKit/Source/devtools/front_end/resources/serviceWorkersView.css b/third_party/WebKit/Source/devtools/front_end/resources/serviceWorkersView.css
index a308604b05f174781f0710ab663fc20b2a4837aa..126b77d7deadd32d609c623af2dd20ac2107b1e8 100644
--- a/third_party/WebKit/Source/devtools/front_end/resources/serviceWorkersView.css
+++ b/third_party/WebKit/Source/devtools/front_end/resources/serviceWorkersView.css
@@ -4,19 +4,14 @@
* found in the LICENSE file.
*/
-.service-workers-settings {
- border-bottom: 1px solid #e1e1e1;
- min-height: 26px;
- overflow: hidden;
- padding: 5px;
- white-space: nowrap;
- flex: none;
+.service-workers-view > .toolbar {
+ border-bottom: 1px solid #dadada;
}
.service-workers-root {
+ -webkit-user-select: text;
margin: 0;
padding: 5px;
- -webkit-user-select: text;
display: flex;
}

Powered by Google App Engine
This is Rietveld 408576698