This website works better with JavaScript.
Explore
Register
Sign In
kernel
/
git
mirror of
https://git.kernel.org/pub/scm/git/git.git
Watch
1
Star
0
Fork
You've already forked git
0
Code
Releases
Activity
61251
Commits
6
Branches
36
Tags
131 MiB
Tree:
26a66a6b1c
git
/
t
/
t4018
/
css-attribute-value-selector
5 lines
80 B
Raw
Normal View
History
Unescape
Escape
userdiff: expand detected chunk headers for css The regex used for the CSS builtin diff driver in git is only able to show chunk headers for lines that start with a number, a letter or an underscore. However, the regex fails to detect classes (starts with a .), ids (starts with a #), :root and attribute-value based selectors (for example [class*="col-"]), as well as @based block-level statements like @page,@keyframes and @media since all of them, start with a special character. Allow the selectors and block level statements to begin with these special characters. Signed-off-by: Sohom Datta <sohom.datta@learner.manipal.edu> Signed-off-by: Junio C Hamano <gitster@pobox.com>
4 years ago
[class*="RIGHT"] {
background : #000;
border : 10px ChangeMe #C6C6C6;
}