Fix tedious CSS stuff with stylelint --fix

This commit is contained in:
David Baker 2019-04-09 15:05:39 +01:00
parent eb6f3f6008
commit 04b69116ee
8 changed files with 25 additions and 26 deletions

View file

@ -66,8 +66,7 @@ body.mx_scrollbar_nooverlay {
*/ */
.mx_AutoHideScrollbar:hover.mx_AutoHideScrollbar_overflow > .mx_AutoHideScrollbar_offset, .mx_AutoHideScrollbar:hover.mx_AutoHideScrollbar_overflow > .mx_AutoHideScrollbar_offset,
.mx_AutoHideScrollbar:hover.mx_AutoHideScrollbar_overflow::before, .mx_AutoHideScrollbar:hover.mx_AutoHideScrollbar_overflow::before,
.mx_AutoHideScrollbar:hover.mx_AutoHideScrollbar_overflow::after .mx_AutoHideScrollbar:hover.mx_AutoHideScrollbar_overflow::after {
{
margin-right: calc(-1 * var(--scrollbar-width)); margin-right: calc(-1 * var(--scrollbar-width));
} }
} }

View file

@ -54,7 +54,7 @@ limitations under the License.
border-bottom: 8px solid transparent; border-bottom: 8px solid transparent;
} }
.mx_ContextualMenu_chevron_right:after { .mx_ContextualMenu_chevron_right::after {
content: ''; content: '';
width: 0; width: 0;
height: 0; height: 0;
@ -81,7 +81,7 @@ limitations under the License.
border-bottom: 8px solid transparent; border-bottom: 8px solid transparent;
} }
.mx_ContextualMenu_chevron_left:after{ .mx_ContextualMenu_chevron_left::after {
content: ''; content: '';
width: 0; width: 0;
height: 0; height: 0;
@ -108,7 +108,7 @@ limitations under the License.
border-right: 8px solid transparent; border-right: 8px solid transparent;
} }
.mx_ContextualMenu_chevron_top:after{ .mx_ContextualMenu_chevron_top::after {
content: ''; content: '';
width: 0; width: 0;
height: 0; height: 0;
@ -135,7 +135,7 @@ limitations under the License.
border-right: 8px solid transparent; border-right: 8px solid transparent;
} }
.mx_ContextualMenu_chevron_bottom:after{ .mx_ContextualMenu_chevron_bottom::after {
content: ''; content: '';
width: 0; width: 0;
height: 0; height: 0;