Get rid of text decoration in disabled styles
Fixes https://github.com/schomery/stylish-chrome/pull/58#issuecomment-290607298
This commit is contained in:
parent
bab801f90b
commit
e94f9d818e
|
@ -58,8 +58,8 @@
|
||||||
fill: hsl(0, 0%, 40%);
|
fill: hsl(0, 0%, 40%);
|
||||||
}
|
}
|
||||||
.style-name {
|
.style-name {
|
||||||
margin-top: .25em;
|
margin-top: .25em;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
.applies-to {
|
.applies-to {
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
|
@ -83,6 +83,9 @@
|
||||||
.enabled .enable {
|
.enabled .enable {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
.style-name a[target="_blank"] {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
/* Default, no update buttons */
|
/* Default, no update buttons */
|
||||||
|
|
||||||
.update,
|
.update,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user