-
Notifications
You must be signed in to change notification settings - Fork 4.7k
DataViews: Move template and pattern title fields #67449
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
f6d947a
25b09d3
f019829
46143aa
88c8219
0902cea
ac7de7e
2bae755
beed46c
b2a5369
1fa1eec
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -60,6 +60,16 @@ | |
| color: var(--wp-admin-theme-color); | ||
| } | ||
| } | ||
|
|
||
| &.dataviews-view-grid__primary-field--clickable span, | ||
| > .dataviews-view-table__cell-content--clickable span { | ||
| color: $gray-900; | ||
|
|
||
| &:hover { | ||
| color: var(--wp-admin-theme-color); | ||
| } | ||
| @include link-reset(); | ||
| } | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why did you add these styles (per curiosity)
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. They were related to all our views. Before we had similar styles in patterns and templates, though they were also coming by using buttons and links in titles. Now they are all the same internally (span) and handle the redirect with |
||
| } | ||
|
|
||
| .dataviews-view-list__primary-field--clickable, | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.