Browse Source

adjust hover

itizawa 6 năm trước cách đây
mục cha
commit
c27afc55bc
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      src/client/styles/scss/atoms/_buttons.scss

+ 4 - 0
src/client/styles/scss/atoms/_buttons.scss

@@ -41,6 +41,10 @@
 .btn-copy,
 .btn-edit {
   opacity: 0.3;
+
+  &:hover {
+    background-color: $light;
+  }
 }
 
 .btn-edit-tags {