diff options
| author | bobzel <zzzman@gmail.com> | 2019-11-15 15:12:55 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-15 15:12:55 -0500 |
| commit | 22d1e65236bae11c508d5c34ebcbddd1a552bfd8 (patch) | |
| tree | b80952873761da2c2e800195d74a989f1cd89d8c /src/client/views/nodes/FormattedTextBox.scss | |
| parent | 1dd4ab8bfdacb50512d3ec9bce6945e476d9686f (diff) | |
| parent | 2ab22e64e9b95e6b76566c493ae90f5951475e72 (diff) | |
Merge pull request #301 from browngraphicslab/textbox_fawn_fix
Rich text editor menu
Diffstat (limited to 'src/client/views/nodes/FormattedTextBox.scss')
| -rw-r--r-- | src/client/views/nodes/FormattedTextBox.scss | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/client/views/nodes/FormattedTextBox.scss b/src/client/views/nodes/FormattedTextBox.scss index 98b57bd84..b497b12b4 100644 --- a/src/client/views/nodes/FormattedTextBox.scss +++ b/src/client/views/nodes/FormattedTextBox.scss @@ -63,17 +63,17 @@ height: 100%; } -.menuicon { - display: inline-block; - border-right: 1px solid rgba(0, 0, 0, 0.2); - color: #888; - line-height: 1; - padding: 0 7px; - margin: 1px; - cursor: pointer; - text-align: center; - min-width: 1.4em; -} +// .menuicon { +// display: inline-block; +// border-right: 1px solid rgba(0, 0, 0, 0.2); +// color: #888; +// line-height: 1; +// padding: 0 7px; +// margin: 1px; +// cursor: pointer; +// text-align: center; +// min-width: 1.4em; +// } .strong, .heading { |
