Skip to content

Instantly share code, notes, and snippets.

/* buttons above conversation */
.G-tF .T-I {
border: solid 1px #dadce0 !important;
line-height: 20px !important;
height: 36px !important;
border-radius: 4px !important;
}
.G-atb {
height: 65px !important;
}
@andysellick
andysellick / index.html
Created August 31, 2017 12:17
Next/Previous navigation accessibility testing
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<h1>Testing ways of inserting a pause between visually distinct parts of a link</h1>
<h2>No punctuation between the two texts</h2>
@andysellick
andysellick / index.html.erb
Created August 14, 2017 13:28
Tubeline navigation prototype for Modelling and Services
<div class="tubeline tubeline-line" data-module="toggle">
<a href="#" data-controls="primary-nav"
data-expanded="true"
class="tubeline-heading">
Learning to drive a car
</a>
<div class="" id="primary-nav"><span class="arrow"></span>
<ol class="tubeline-list">
<li>
<a href="#">Check you're allowed to drive</a>
<%
appearance_class ||= "on-light-background"
layout_class ||= ""
search_term ||= ""
input_id ||= SecureRandom.hex(4)
label_text ||= "Search GOV.UK"
label_text = "#{label_text}".html_safe
%>
<div class="govuk-search <%= appearance_class %> <%= layout_class %>"