mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RevisionSlider
synced 2024-11-14 19:24:42 +00:00
Slighlty improve filter highlight UI
- move border to right so when the text starts there's a straight line - increase right margin to fit mock - adjust border radius so it's most probably always more than the line height Bug: T218770 Change-Id: I76a2f096d14bf4d912686a71e5771ead1c7db3e6
This commit is contained in:
parent
a96b079e8f
commit
6ddf000c0e
|
@ -132,7 +132,7 @@
|
|||
|
||||
.mw-revslider-revision-tooltip {
|
||||
.oo-ui-popupWidget-body {
|
||||
padding-right: 19px;
|
||||
padding-right: 21px;
|
||||
}
|
||||
|
||||
.mw-revslider-change-positive {
|
||||
|
@ -432,9 +432,9 @@ of the frameless one (to fit the size of the toggle button */
|
|||
|
||||
.mw-revslider-highlightable-row {
|
||||
border: 1px solid transparent;
|
||||
border-radius: 40px;
|
||||
margin-left: -3px;
|
||||
padding-left: 2px;
|
||||
border-radius: 5em;
|
||||
margin-left: -8px;
|
||||
padding-left: 7px;
|
||||
|
||||
&.mw-revslider-highlight {
|
||||
border-color: #e0e0e0;
|
||||
|
|
Loading…
Reference in a new issue