Fix indentation
This commit is contained in:
parent
fd12eb28e7
commit
66c51704cc
1 changed files with 15 additions and 15 deletions
|
@ -17,20 +17,20 @@ limitations under the License.
|
||||||
.mx_WidgetContextMenu {
|
.mx_WidgetContextMenu {
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
|
|
||||||
.mx_WidgetContextMenu_option {
|
.mx_WidgetContextMenu_option {
|
||||||
padding: 3px 6px 3px 6px;
|
padding: 3px 6px 3px 6px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_WidgetContextMenu_separator {
|
.mx_WidgetContextMenu_separator {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
border-bottom-style: none;
|
border-bottom-style: none;
|
||||||
border-left-style: none;
|
border-left-style: none;
|
||||||
border-right-style: none;
|
border-right-style: none;
|
||||||
border-top-style: solid;
|
border-top-style: solid;
|
||||||
border-top-width: 1px;
|
border-top-width: 1px;
|
||||||
border-color: $menu-border-color;
|
border-color: $menu-border-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue