Fix tedious CSS stuff with stylelint --fix

pull/21833/head
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::before,
.mx_AutoHideScrollbar:hover.mx_AutoHideScrollbar_overflow::after
{
.mx_AutoHideScrollbar:hover.mx_AutoHideScrollbar_overflow::after {
margin-right: calc(-1 * var(--scrollbar-width));
}
}

View File

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