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

Unified Diff: sky/framework/elements/sky-checkbox.sky

Issue 1061163002: Remove all uses of display:block and display:inline-block. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: update one more usage Created 5 years, 8 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: sky/framework/elements/sky-checkbox.sky
diff --git a/sky/framework/elements/sky-checkbox.sky b/sky/framework/elements/sky-checkbox.sky
index 623dcc081737dd181365e39025568cedf28436aa..4d52d95494f610c50cc74db874432162a8000de1 100644
--- a/sky/framework/elements/sky-checkbox.sky
+++ b/sky/framework/elements/sky-checkbox.sky
@@ -10,7 +10,7 @@
<template>
<style>
:host {
- display: inline-block;
+ display: inline-flex;
-webkit-user-select: none;
margin: 8px 16px;
}

Powered by Google App Engine
This is Rietveld 408576698