[webpack.teacher.view] now if you click on the :not(:hover) link, it will be consistent (does not move)

This commit is contained in:
xdrm-brackets 2018-03-08 13:12:29 +01:00
parent c9563ab36d
commit c4041532a8
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@
/* (2.1.2) displace all but 1st element */
&.edit[data-edit]{ left: calc( 100% - #{$btn-size * 2 + $btn-space} ); }
&.admin[data-admin]{ left: calc( 100% - #{$btn-size * 3 + $btn-space * 2} ); }
&.remove[data-remove]{ left: calc( 100% - #{$btn-size * 3 + $btn-space * 2} ); }
}