Sha256: 5465cc7e9b4ed7508c3439f7bb3bbc343edd4929529e8633d0d61175e08cf77f

Contents?: true

Size: 665 Bytes

Versions: 6

Compression:

Stored size: 665 Bytes

Contents

// Path

.@{prefix}-path {
  .inline-block();
  padding: 8px;
  white-space: normal;
}

.@{prefix}-path .@{prefix}-txt {
  display: inline-block;
  padding-right: 3px;
}

.@{prefix}-path .@{prefix}-path-body {
  display: inline-block;
}

.@{prefix}-path-item {
  .inline-block();
  cursor: pointer;
  color: @path-text;
}

.@{prefix}-path-item:hover {
  text-decoration: underline;
}

.@{prefix}-path-item:focus {
  background: @path-bg-focus;
  color: @path-text-focus;
}

.@{prefix}-path .@{prefix}-divider {
  display: inline;
}

.@{prefix}-disabled .@{prefix}-path-item {
  color: @text-disabled;
}

// RTL

.@{prefix}-rtl .@{prefix}-path {
  direction: rtl;
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
trestle-tinymce-0.2.1 src/trestle/less/Path.less
trestle-tinymce-0.2.0 src/trestle/less/Path.less
trestle-tinymce-0.1.3 src/trestle/less/Path.less
trestle-tinymce-0.1.2 src/trestle/less/Path.less
trestle-tinymce-0.1.1 src/trestle/less/Path.less
trestle-tinymce-0.1.0 src/trestle/less/Path.less