Index: chrome/browser/resources/md_history/shared_style.html |
diff --git a/chrome/browser/resources/md_history/shared_style.html b/chrome/browser/resources/md_history/shared_style.html |
index 9cddb39252bd564c99046c42e79bc4dfc0400f37..bf28c0bac1d486f4af22f21dd47d1778503e4155 100644 |
--- a/chrome/browser/resources/md_history/shared_style.html |
+++ b/chrome/browser/resources/md_history/shared_style.html |
@@ -63,6 +63,20 @@ |
height: 20px; |
width: 20px; |
} |
+ |
+ button.more-vert-button { |
Dan Beam
2016/08/24 05:53:59
nit: button.class doesn't really buy much more tha
|
+ height: 36px; |
+ padding: 6px; |
+ width: 36px; |
+ } |
+ |
+ button.more-vert-button div { |
+ border: 2px solid var(--secondary-text-color); |
+ border-radius: 2px; |
+ margin: 1px 10px; |
+ pointer-events: none; |
+ transform: scale(0.8); |
Dan Beam
2016/08/24 05:53:59
can you just change the 2px values to 1.6px instea
tsergeant
2016/08/24 05:58:08
We tried this, it doesn't work -- it seems to just
Dan Beam
2016/08/24 06:05:04
cool, still lgtm
|
+ } |
</style> |
</template> |
</dom-module> |