VolkerE has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/341186 )

Change subject: MediaWiki theme: Add visual feedback on focussed Outlined 
Booklet Dialog
......................................................................

MediaWiki theme: Add visual feedback on focussed Outlined Booklet Dialog

Improving visual feedback when “Outlined Booklet Dialog” gets focus
via keyboard.

Bug: T144988
Change-Id: Ife66b7a76cf4f8bcdb6f1b7869b8067708a616a4
---
M src/themes/mediawiki/widgets.less
1 file changed, 7 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/oojs/ui refs/changes/86/341186/1

diff --git a/src/themes/mediawiki/widgets.less 
b/src/themes/mediawiki/widgets.less
index aaae4a6..ea4da81 100644
--- a/src/themes/mediawiki/widgets.less
+++ b/src/themes/mediawiki/widgets.less
@@ -1495,7 +1495,13 @@
 
 .theme-oo-ui-floatingMenuSelectWidget () {}
 
-.theme-oo-ui-outlineSelectWidget () {}
+.theme-oo-ui-outlineSelectWidget () {
+       height: 100%;
+
+       &:focus {
+               box-shadow: inset 0 0 0 2px @color-progressive;
+       }
+}
 
 .theme-oo-ui-tabSelectWidget () {
        background-color: @background-color-tabs;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ife66b7a76cf4f8bcdb6f1b7869b8067708a616a4
Gerrit-PatchSet: 1
Gerrit-Project: oojs/ui
Gerrit-Branch: master
Gerrit-Owner: VolkerE <[email protected]>

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

Reply via email to