Explain origin of magic number

Co-Authored-By: Travis Ralston <travpc@gmail.com>
This commit is contained in:
Jorik Schellekens 2020-04-21 10:08:40 +01:00
parent e455473d8f
commit 787e408016

View file

@ -116,7 +116,7 @@ limitations under the License.
position: absolute;
left: -15px;
border-radius: 0 3px 3px 0;
top: -8px; // (16px / 2)
top: -8px; // (16px from height / 2)
}
.mx_TagPanel .mx_TagTile.mx_AccessibleButton:focus {