Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Teams
Engagement
Websites
GNOME HIG CSS Library
Commits
22236f9d
Commit
22236f9d
authored
Apr 03, 2021
by
Pooja Patel
💻
Browse files
Removed . from attributes with @apply
parent
50bc5053
Changes
1
Show whitespace changes
Inline
Side-by-side
src/components/input.pcss
View file @
22236f9d
...
...
@@ -53,8 +53,8 @@ input[type=search] {
@apply border-t-0 border-r-0 border-b-2 border-l-0 border-gray-900;
&:focus {
@apply outline-none ring-3 ring-gnome-blue-500 ring-opacity-50 border-gnome-blue-500
.
border-opacity-50
.
rounded;
@apply border-b-2 border-gnome-blue-500
.
rounded;
@apply outline-none ring-3 ring-gnome-blue-500 ring-opacity-50 border-gnome-blue-500 border-opacity-50 rounded;
@apply border-b-2 border-gnome-blue-500 rounded;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment