Bartosz Dziewoński has uploaded a new change for review.

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

Change subject: MediaWiki theme: Tweak some more border-radiuses
......................................................................

MediaWiki theme: Tweak some more border-radiuses

Or is it radii?

* Set border-top-left-radius of toolbar menu dropdowns to zero, since
  it's aligned with the handle's border.
* Bump bottom-left and bottom-right radius of menu select widget,
  since it was so small that it wasn't noticeable.

Bug: T85973
Change-Id: I2efb2967f9c3c31d3008ffc21fc4bb2927b046c1
---
M src/themes/mediawiki/tools.less
M src/themes/mediawiki/widgets.less
2 files changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/oojs/ui refs/changes/80/186080/1

diff --git a/src/themes/mediawiki/tools.less b/src/themes/mediawiki/tools.less
index 6f09c3e..7cc4706 100644
--- a/src/themes/mediawiki/tools.less
+++ b/src/themes/mediawiki/tools.less
@@ -226,6 +226,7 @@
                padding: 0.25em 0 0.25em 0;
                border: 1px solid #aaa;
                border-radius: 0.2em;
+               border-top-left-radius: 0;
                box-shadow: inset 0 -0.2em 0 0 rgba(0,0,0,0.2), 0 0.1em 0 0 
rgba(0,0,0,0.1);
        }
 
diff --git a/src/themes/mediawiki/widgets.less 
b/src/themes/mediawiki/widgets.less
index c4f5159..989e7be 100644
--- a/src/themes/mediawiki/widgets.less
+++ b/src/themes/mediawiki/widgets.less
@@ -718,7 +718,7 @@
        background: #fff;
        margin-top: -1px;
        border: solid 1px #aaa;
-       border-radius: 0 0 0.1em 0.1em;
+       border-radius: 0 0 0.2em 0.2em;
        padding-bottom: 0.25em;
        box-shadow: inset 0 -0.2em 0 0 rgba(0,0,0,0.2), 0 0.1em 0 0 
rgba(0,0,0,0.2);
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2efb2967f9c3c31d3008ffc21fc4bb2927b046c1
Gerrit-PatchSet: 1
Gerrit-Project: oojs/ui
Gerrit-Branch: master
Gerrit-Owner: Bartosz Dziewoński <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to