VolkerE has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/303555

Change subject: Update button CSS properties from OOjs UI
......................................................................

Update button CSS properties from OOjs UI

Re-aligning button CSS properties from OOjs UI after
Ia0574e91038957f12d10b034ecbbce3283f36ce7

Change-Id: Ie2c2bb527eebb9199321425b3848b9d836f8e7c7
---
M dev/wikipedia.org/assets/postcss/_buttons.css
1 file changed, 10 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/wikimedia/portals 
refs/changes/55/303555/1

diff --git a/dev/wikipedia.org/assets/postcss/_buttons.css 
b/dev/wikipedia.org/assets/postcss/_buttons.css
index de997c1..d43d80d 100644
--- a/dev/wikipedia.org/assets/postcss/_buttons.css
+++ b/dev/wikipedia.org/assets/postcss/_buttons.css
@@ -8,6 +8,7 @@
     /* Structure */
     display: inline-block;
     zoom: 1;
+    line-height: normal;
     white-space: nowrap;
     text-align: center;
     cursor: pointer;
@@ -20,21 +21,22 @@
     -moz-box-sizing: border-box;
     box-sizing: border-box;
 
-    /* from oo-ui */
-    font: inherit;
-    color: #555;
+    /* from OOjs UI */
     background-color: #fff;
-    border: 1px solid #cdcdcd;
-    margin: 0.1em 0;
-    padding: 0.5em 1em;
+    color: #555;
+    position: relative;
     min-height: 1.2em;
     min-width: 1em;
+    margin: 0.1em 0;
+    border: 1px solid #cdcdcd;
+    padding: 0.5em 1em;
     border-radius: 2px;
-    position: relative;
-    transition: background 100ms ease, color 100ms ease, border-color 100ms 
ease, box-shadow 100ms ease;
+    font-family: inherit;
+    font-size: inherit;
     font-weight: bold;
     text-decoration: none;
     vertical-align: top;
+    transition: background 100ms ease, color 100ms ease, border-color 100ms 
ease, box-shadow 100ms ease;
 }
 
 /* Firefox: Get rid of the inner focus border */

-- 
To view, visit https://gerrit.wikimedia.org/r/303555
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie2c2bb527eebb9199321425b3848b9d836f8e7c7
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/portals
Gerrit-Branch: master
Gerrit-Owner: VolkerE <volke...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to