PromucFlow_constructor/app/client/src/pages/Applications
kyteinsky 5676d6f652
fix: Added hover state to the black-colored Launch button on Applications Page. (#8279)
* Added hover state to the black Launch button on Applications Page.
The black button didn't exhibit hover changes while the orange Edit button did
because the Button base component made the buttons darker, and the launch button
was already dark.
Custom CSS was included in Applications.tsx for hover state background-color
change.

* Fix: Added hover state to Launch button on Applications page

default: black background, white text
hover: transparent background, black text and border

* replaced harcoded colors with src/constants/Colors.tsx properties
2021-10-20 10:52:17 +05:30
..
ProductUpdatesModal feat: Introduce a setting page for a super user to tinker with Appsmith env variables (#8144) 2021-10-18 13:17:55 +05:30
ApplicationCard.tsx fix: Added hover state to the black-colored Launch button on Applications Page. (#8279) 2021-10-20 10:52:17 +05:30
ApplicationLoaders.tsx remove 3 dot for loading sketon app card (#8435) 2021-10-19 10:52:55 +05:30
CreateApplicationForm.tsx - Auto fix sort ddestructured props rule 2021-05-13 14:05:39 +05:30
ForkApplicationModal.tsx chore: refactors for supporting git branches (#7695) 2021-10-18 19:33:44 +05:30
ForkModalStyles.ts Feature/import applications (#4483) 2021-06-03 11:48:08 +05:30
helpers.ts Make prettier changes (#2337) 2020-12-24 10:02:25 +05:30
ImportApplicationModal.tsx feat: Appsmith design system changes (#8125) 2021-10-04 21:04:37 +05:30
index.tsx chore: refactors for supporting git branches (#7695) 2021-10-18 19:33:44 +05:30
loader.tsx Make prettier changes (#2337) 2020-12-24 10:02:25 +05:30
permissionHelpers.tsx Collab minor fixes (#5457) 2021-07-02 11:34:36 +05:30