VolkerE has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/340249 )
Change subject: MediaWiki theme: Align DraggableElement focus with standard appearance ...................................................................... MediaWiki theme: Align DraggableElement focus with standard appearance Change-Id: I88938fdb8f8cf848ce91f647ecd605fd5717f9f4 --- M src/themes/mediawiki/elements.less 1 file changed, 7 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/oojs/ui refs/changes/49/340249/1 diff --git a/src/themes/mediawiki/elements.less b/src/themes/mediawiki/elements.less index 962e5d3..032afeb 100644 --- a/src/themes/mediawiki/elements.less +++ b/src/themes/mediawiki/elements.less @@ -385,7 +385,13 @@ .theme-oo-ui-flaggedElement () {} -.theme-oo-ui-draggableElement () {} +.theme-oo-ui-draggableElement () { + &-handle:focus { + border-radius: @border-radius-default; + box-shadow: @box-shadow-widget-focus, 0 0 0 1px @color-progressive; + outline: 0; + } +} .theme-oo-ui-groupElement () {} -- To view, visit https://gerrit.wikimedia.org/r/340249 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I88938fdb8f8cf848ce91f647ecd605fd5717f9f4 Gerrit-PatchSet: 1 Gerrit-Project: oojs/ui 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