1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-09-03 02:42:39 +02:00

Initial tooltip demo, updated visually-hidden class

This commit is contained in:
Angelos Chalaris
2017-01-17 00:53:29 +02:00
parent 61eca67df9
commit b8f8ec9481
6 changed files with 67 additions and 19 deletions

11
dist/mini-default.css vendored
View File

@@ -4,8 +4,8 @@
Author: Angelos Chalaris (chalarangelo@gmail.com)
mini.css version: v2.1.0 (Fermion)
*/
/*
Browsers resets and base typography.
/*
Browsers resets and base typography.
*/
html {
font-size: 16px; }
@@ -158,7 +158,7 @@ a {
color: #0277bd;
text-decoration: underline;
opacity: 1;
-webkit-transition: all 0.3 ease 0s;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s; }
a:visited {
color: #01579b; }
@@ -1548,8 +1548,9 @@ progress.nano {
margin: -1px !important;
border: 0 !important;
padding: 0 !important;
clip-path: inset(100%);
clip: rect(0 0 0 0);
clip: rect(0 0 0 0) !important;
-webkit-clip-path: inset(100%) !important;
clip-path: inset(100%) !important;
overflow: hidden !important; }
ul.breadcrumbs {