app/assets/stylesheets/index.tailwind.css in refine-rails-2.9.13 vs app/assets/stylesheets/index.tailwind.css in refine-rails-2.9.14

- old
+ new

@@ -838,10 +838,15 @@ font-size: 14px; border-radius: 6px; padding: 5px; align-items: center; background-color: #fff; - &:hover { + &:disabled { + color: #111; + background-color: #f8f8f8; + cursor: not-allowed; + } + &:not([disabled]):hover { color: #111; background-color: #f8f8f8; } }