mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-09 16:06:21 +02:00
fix click on saved items. fixes #54
This commit is contained in:
@ -33,6 +33,7 @@ a { text-decoration: none; color: crimson; cursor: pointer; }
|
|||||||
.tac { text-align: center; }
|
.tac { text-align: center; }
|
||||||
.full-width { width: 100%; }
|
.full-width { width: 100%; }
|
||||||
.opacity--30 { opacity: 0.3; }
|
.opacity--30 { opacity: 0.3; }
|
||||||
|
.pointer-none { pointer-events: none; }
|
||||||
|
|
||||||
[class*="hint--"]:after {
|
[class*="hint--"]:after {
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
@ -483,11 +484,13 @@ li.CodeMirror-hint-active {
|
|||||||
color: #555;
|
color: #555;
|
||||||
}
|
}
|
||||||
.saved-item-tile__title {
|
.saved-item-tile__title {
|
||||||
|
pointer-events: none;
|
||||||
font-size: 1.6em;
|
font-size: 1.6em;
|
||||||
margin: 0 0 1em 0;
|
margin: 0 0 1em 0;
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
}
|
}
|
||||||
.saved-item-tile__meta {
|
.saved-item-tile__meta {
|
||||||
|
pointer-events: none;
|
||||||
opacity: 0.3;
|
opacity: 0.3;
|
||||||
}
|
}
|
||||||
.saved-items-pane__container {
|
.saved-items-pane__container {
|
||||||
|
Reference in New Issue
Block a user