mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-24 00:06:49 +00:00
Realtime preview: Visual adjustments on handlebars
Set both drag element lengths to 52px (@affordance-length) Set the margin on (.ext-WikiEditor-ResizingDragBar span) to 2px Set (.ext-WikiEditor-ResizingDragBar-ew) background-color to @colorGray15 (i.e. #F8F9FA) Remove legacy comment. Bug: T307105 Change-Id: If0087398920c7ad92e5a2cd1ee5c178644f8d95b
This commit is contained in:
parent
70814eb0cc
commit
b49e0a9d6c
|
@ -2,7 +2,7 @@
|
|||
|
||||
// The dimensions of the UI affordance (the little line in the draggable area).
|
||||
@affordance-width: 4px;
|
||||
@affordance-length: 110px;
|
||||
@affordance-length: 52px;
|
||||
|
||||
.ext-WikiEditor-ResizingDragBar {
|
||||
background-color: @colorGray14;
|
||||
|
@ -17,6 +17,7 @@
|
|||
|
||||
.ext-WikiEditor-ResizingDragBar-ew {
|
||||
cursor: ew-resize;
|
||||
background-color: @colorGray15;
|
||||
}
|
||||
|
||||
.ext-WikiEditor-ResizingDragBar span {
|
||||
|
@ -25,8 +26,7 @@
|
|||
background-color: @colorGray12;
|
||||
border-radius: 2px;
|
||||
display: block;
|
||||
// Don't change without also changing the calculated width of pane1 above.
|
||||
margin: 1px;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
.ext-WikiEditor-ResizingDragBar:hover span {
|
||||
|
|
Loading…
Reference in a new issue