forked from metabase/metabase
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make the Data Reference a little nicer (metabase#11262)
* font size, card around content * table detail page styling * clean up see-this-table button * field detail styling * improve field lists * tighten up spacing * fix up field list spacing * sidebar styling * field list spacing, page header icons * clean up segment detail pages * metric detail styling * clean up lists * list item sizing * more spacing * remove viewbox insanity * add field descriptions to metric group-bys * fix segments based-on link * fix item list icon spacing * fix edit header bg color * lint picking * prettier * update e2e test * try fixing e2e test again * fix up e2e test selectors * address kdoh's feedback
- Loading branch information
Showing
44 changed files
with
767 additions
and
847 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,8 @@ | ||
:local(.queryButton) { | ||
composes: flex align-center no-decoration text-medium py1 from "style"; | ||
composes: flex align-center no-decoration text-brand py1 from "style"; | ||
} | ||
|
||
:local(.queryButtonText) { | ||
composes: flex-full mx2 text-default from "style"; | ||
composes: flex-full ml2 from "style"; | ||
max-width: 100%; | ||
} | ||
|
||
:local(.queryButtonCircle) { | ||
composes: flex align-center justify-center text-brand from "style"; | ||
border: 1px solid currentColor; | ||
border-radius: 99px; | ||
width: 1.25rem; | ||
height: 1.25rem; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.