diff --git a/src/css/style.less b/src/css/style.less index 7375a29..3dcb727 100644 --- a/src/css/style.less +++ b/src/css/style.less @@ -1557,15 +1557,17 @@ table td, table th { background: rgba(0, 0, 0, .1); border-radius: 2px; opacity: 0; + overflow: hidden; transition: all 0.3s; &:after { font-family: remixicon; - font-size: 40px; + font-size: 36px; + margin-left: -4px; letter-spacing: 0; text-transform: none; font-variant: initial; - line-height: 1; + line-height: 44px; } &:hover { @@ -1585,7 +1587,7 @@ table td, table th { right: auto; &:after { - content: '\ea6e'; + content: '\ea64'; } } @@ -1595,7 +1597,7 @@ table td, table th { left: auto; &:after { - content: '\ea64'; + content: '\ea6e'; } }