Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
ui-styleguide
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
Weby
ui-styleguide
Commits
f906db5f
Commit
f906db5f
authored
4 years ago
by
xaralis
Browse files
Options
Downloads
Patches
Plain Diff
feat: whitelist hover text variants
parent
2ae6acc9
No related branches found
Branches containing commit
Tags
2.0.2
Tags containing commit
No related merge requests found
Pipeline
#1928
passed
4 years ago
Stage: build
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
source/_patterns/01-molecules/17-thumbs/thumbs-inactive.mustache
+2
-2
2 additions, 2 deletions
..._patterns/01-molecules/17-thumbs/thumbs-inactive.mustache
tailwind.config.js
+1
-1
1 addition, 1 deletion
tailwind.config.js
with
3 additions
and
3 deletions
source/_patterns/01-molecules/17-thumbs/thumbs-inactive.mustache
+
2
−
2
View file @
f906db5f
<div
class=
"space-x-2 text-sm flex items-center"
>
<button
class=
"text-grey-200 flex items-center space-x-1"
>
<button
class=
"text-grey-200
hover:text-blue-300
flex items-center space-x-1"
>
<span
class=
"font-bold"
>
6
</span>
<i
class=
"ico--thumbs-up"
></i>
</button>
<button
class=
"text-grey-200 flex items-center space-x-1"
>
<button
class=
"text-grey-200
hover:text-red-600
flex items-center space-x-1"
>
<i
class=
"ico--thumbs-down transform -scale-x-1"
></i>
<span
class=
"font-bold"
>
2
</span>
</button>
...
...
This diff is collapsed.
Click to expand it.
tailwind.config.js
+
1
−
1
View file @
f906db5f
...
...
@@ -31,7 +31,7 @@ module.exports = {
/^
((
sm|md|lg|xl
)\:)?
float-*/
,
/^
((
sm|md|lg|xl
)\:)?
flex-row-*/
,
/^
((
sm|md|lg|xl
)\:)?
flex-col-*/
,
/^
((
sm|md|lg|xl
)\:)?
text-*/
,
/^
((
sm|md|lg|xl
|hover
)\:)?
text-*/
,
/^
((
sm|md|lg|xl
)\:)?
grid-flow-*/
,
/^
((
sm|md|lg|xl
)\:)?
head-*/
,
/^
((
sm|md|lg|xl
)\:)?
clearfix/
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment