X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git;a=blobdiff_plain;f=frontend%2Fcss%2Fstyle.css;fp=frontend%2Fcss%2Fstyle.css;h=7be973a429d98b45b2d416995cc0298c065cf3d3;hp=46e6bc457aae26571cfed63a003b0f9033ee478b;hb=3b4435349d190cc1fd3b9486b9bc207573bd5296;hpb=6bbbdec8cd000259f978baf67ce8f54d5c3d4ed8 diff --git a/frontend/css/style.css b/frontend/css/style.css index 46e6bc4..7be973a 100644 --- a/frontend/css/style.css +++ b/frontend/css/style.css @@ -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; }