瀏覽代碼

HUE-6077 [editor] Improve hover effect on the result tab actions

Johan Ahlen 8 年之前
父節點
當前提交
4b75e9f

File diff suppressed because it is too large
+ 0 - 0
desktop/libs/notebook/src/notebook/static/notebook/css/notebook.css


+ 2 - 2
desktop/libs/notebook/src/notebook/static/notebook/less/notebook.less

@@ -318,7 +318,7 @@
   -ms-transition: filter 0.2s ease;
 }
 
-.inactive-action:hover .snippet-icon-image {
+.inactive-action:hover > .snippet-icon-image {
   -webkit-filter: grayscale(0);
   -webkit-filter: grayscale(0%);
   filter: grayscale(0%);
@@ -334,7 +334,7 @@
   transition: color 0.2s ease;
 }
 
-.inactive-action:hover .snippet-icon {
+.inactive-action:hover > .snippet-icon {
   color: @hue-primary-color-dark !important;
 }
 

Some files were not shown because too many files changed in this diff