Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonathan Wilkes
purr-data
Commits
8e51a986
Commit
8e51a986
authored
Apr 25, 2021
by
Rukshan Senanayaka
Browse files
removed redundant css for comment border
parent
5c087b0a
Changes
11
Hide whitespace changes
Inline
Side-by-side
pd/nw/css/c64.css
View file @
8e51a986
...
...
@@ -275,10 +275,6 @@ text {
fill
:
none
;
}
svg
[
id
^=
"patchsvg"
]
.editmode
.comment
.border
{
stroke
:
#aaa
;
stroke-dasharray
:
3
2
;
}
#patchsvg
.editmode
.comment
.border
{
stroke
:
#7569d7
;
stroke-dasharray
:
8
4
;
}
...
...
pd/nw/css/default.css
View file @
8e51a986
...
...
@@ -390,11 +390,6 @@ svg[id^="patchsvg"].editmode .comment .border {
stroke-dasharray
:
3
2
;
}
#patchsvg
.editmode
.comment
.border
{
stroke
:
#aaa
;
stroke-dasharray
:
3
2
;
}
/* A little hack for special case of [cnv].
All other iemguis have a black border, but
[cnv] sets its selection rectangle to the
...
...
pd/nw/css/extended.css
View file @
8e51a986
...
...
@@ -266,11 +266,6 @@ text {
}
svg
[
id
^=
"patchsvg"
]
.editmode
.comment
.border
{
stroke
:
#aaa
;
stroke-dasharray
:
3
2
;
}
#patchsvg
.editmode
.comment
.border
{
stroke
:
#aaa
;
stroke-dasharray
:
8
4
;
}
...
...
pd/nw/css/footgun.css
View file @
8e51a986
...
...
@@ -392,11 +392,6 @@ text {
}
svg
[
id
^=
"patchsvg"
]
.editmode
.comment
.border
{
stroke
:
#aaa
;
stroke-dasharray
:
3
2
;
}
#patchsvg
.editmode
.comment
.border
{
stroke
:
#aaa
;
stroke-dasharray
:
8
4
;
}
...
...
pd/nw/css/inverted.css
View file @
8e51a986
...
...
@@ -288,11 +288,6 @@ text {
}
svg
[
id
^=
"patchsvg"
]
.editmode
.comment
.border
{
stroke
:
#aaa
;
stroke-dasharray
:
3
2
;
}
#patchsvg
.editmode
.comment
.border
{
stroke
:
#5f5f5f
;
stroke-dasharray
:
8
4
;
}
...
...
pd/nw/css/solarized.css
View file @
8e51a986
...
...
@@ -283,11 +283,6 @@ text {
}
svg
[
id
^=
"patchsvg"
]
.editmode
.comment
.border
{
stroke
:
#aaa
;
stroke-dasharray
:
3
2
;
}
#patchsvg
.editmode
.comment
.border
{
stroke
:
#94b2b2
;
stroke-dasharray
:
8
4
;
}
...
...
pd/nw/css/solarized_inverted.css
View file @
8e51a986
...
...
@@ -283,11 +283,6 @@ text {
}
svg
[
id
^=
"patchsvg"
]
.editmode
.comment
.border
{
stroke
:
#aaa
;
stroke-dasharray
:
3
2
;
}
#patchsvg
.editmode
.comment
.border
{
stroke
:
#475d64
;
stroke-dasharray
:
8
4
;
}
...
...
pd/nw/css/strongbad.css
View file @
8e51a986
...
...
@@ -279,11 +279,6 @@ text {
}
svg
[
id
^=
"patchsvg"
]
.editmode
.comment
.border
{
stroke
:
#aaa
;
stroke-dasharray
:
3
2
;
}
#patchsvg
.editmode
.comment
.border
{
stroke
:
#0b560b
;
stroke-dasharray
:
8
4
;
}
...
...
pd/nw/css/subdued.css
View file @
8e51a986
...
...
@@ -273,11 +273,6 @@ text {
}
svg
[
id
^=
"patchsvg"
]
.editmode
.comment
.border
{
stroke
:
#aaa
;
stroke-dasharray
:
3
2
;
}
#patchsvg
.editmode
.comment
.border
{
stroke
:
#777
;
stroke-dasharray
:
8
4
;
}
...
...
pd/nw/css/vanilla.css
View file @
8e51a986
...
...
@@ -266,11 +266,6 @@ text {
}
svg
[
id
^=
"patchsvg"
]
.editmode
.comment
.border
{
stroke
:
#aaa
;
stroke-dasharray
:
3
2
;
}
#patchsvg
.editmode
.comment
.border
{
stroke
:
black
;
stroke-dasharray
:
8
4
;
}
...
...
pd/nw/css/vanilla_inverted.css
View file @
8e51a986
...
...
@@ -283,11 +283,6 @@ text {
}
svg
[
id
^=
"patchsvg"
]
.editmode
.comment
.border
{
stroke
:
#aaa
;
stroke-dasharray
:
3
2
;
}
#patchsvg
.editmode
.comment
.border
{
stroke
:
white
;
stroke-dasharray
:
8
4
;
}
...
...
Write
Preview
Markdown
is supported
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