RCFilters UI: Dash the border 'none' highlight
authorMoriel Schottlender <moriel@gmail.com>
Mon, 27 Feb 2017 22:53:54 +0000 (14:53 -0800)
committerMoriel Schottlender <moriel@gmail.com>
Mon, 27 Feb 2017 22:53:54 +0000 (14:53 -0800)
Bug: T149467
Change-Id: I9cba28b61bd423cb8b367dc454f6818befb25c5c

resources/src/mediawiki.rcfilters/styles/mw.rcfilters.ui.HighlightColorPickerWidget.less

index 14c07c1..b9915f2 100644 (file)
@@ -16,6 +16,8 @@
 
                        &-none {
                                .mw-rcfilters-mixin-circle( @highlight-none, 2em, 0.5em, true );
+                               // Override border to dashed
+                               border: 1px dashed #565656;
 
                                &.oo-ui-buttonOptionWidget.oo-ui-buttonElement-active,
                                &.oo-ui-buttonOptionWidget.oo-ui-optionWidget-pressed,