]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blobdiff - frontend/css/style.css
Stop busy hovering for actions
[perso/Immae/Projets/Nodejs/Surfer.git] / frontend / css / style.css
index 46e6bc457aae26571cfed63a003b0f9033ee478b..7be973a429d98b45b2d416995cc0298c065cf3d3 100644 (file)
@@ -59,11 +59,15 @@ a:hover, a:focus {
     font-size: 12px;
 }
 
-.el-table__row .list-actions .el-button {
+.rename-action {
+    margin-left: 20px;
+}
+
+.el-table__row .rename-action {
     visibility: hidden;
 }
 
-.el-table__row:hover .list-actions .el-button {
+.el-table__row:hover .rename-action {
     visibility: visible;
 }