MediaWiki:Mobile.css: Difference between revisions

same changes to mobile css
(updated mobile to match)
(same changes to mobile css)
Line 1,090: Line 1,090:
     border-top: 0;
     border-top: 0;
     border-bottom: 0;
     border-bottom: 0;
}
.qud-image-link {
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
  line-height: 1em;
  height: 1em;
  display: inline-block;
}
.qud-image-link-image-container img {
  display: inline-block;
  position: absolute;
  top: -100%; left: 0; right: 0; bottom: -100%;
  margin: auto;
  vertical-align: middle;
  width: 16px;
  height: 24px;
}
.qud-image-link-image-container {
  height: 24px;
  width: 16px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
}
.qud-image-link:hover .qud-image-link-image-container {
  border-bottom: 0;
}
.qud-image-link span {
  text-decoration: underline;
  text-decoration-style: solid;
}
/*.qud-image-link:hover span {
  text-decoration: none;
  border-bottom: 1px solid;
} */
.qud-image {
  background: transparent;
  transition: background 0.2s ease-in-out;
  display: inline-block;
  padding: 0 3px 2px 2px;
  margin: 0 -2px -2px -2px;
  border-radius: 0.2em;
}
.qud-image:hover {
  background: #0f3b3a;
}
}